Skip to content

Commit 07389e6

Browse files
authored
Fix signature of output_intents (#36)
1 parent 45244af commit 07389e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/structure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl<'a> Catalog<'a> {
133133
///
134134
/// Each entry in the array is an [output intent
135135
/// dictionary.](writers::OutputIntent)
136-
pub fn output_intents(&mut self) -> TypedArray<'_, Dict> {
136+
pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
137137
self.insert(Name(b"OutputIntents")).array().typed()
138138
}
139139
}

0 commit comments

Comments
 (0)