Skip to content

Commit

Permalink
Fix signature of output_intents (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje authored Aug 26, 2024
1 parent 45244af commit 07389e6
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 @@ -133,7 +133,7 @@ impl<'a> Catalog<'a> {
///
/// Each entry in the array is an [output intent
/// dictionary.](writers::OutputIntent)
pub fn output_intents(&mut self) -> TypedArray<'_, Dict> {
pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
self.insert(Name(b"OutputIntents")).array().typed()
}
}
Expand Down

0 comments on commit 07389e6

Please sign in to comment.