Skip to content

Commit

Permalink
Fix extension level dictionary type
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Jan 7, 2025
1 parent a0155d4 commit 4ba9e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ pub struct DeveloperExtension<'a> {

writer!(DeveloperExtension: |obj| {
let mut dict = obj.dict();
dict.pair(Name(b"Type"), Name(b"DeveloperExtension"));
dict.pair(Name(b"Type"), Name(b"DeveloperExtensions"));
Self { dict }
});

Expand Down

0 comments on commit 4ba9e07

Please sign in to comment.