Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 20, 2023
1 parent 2ff97d6 commit 3482cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl<'a> Field<'a> {

/// Start writing the `/Kids` attribute to set the immediate children of
/// this field. These references shall refer to other [fields][Field], or
/// [wdiget](crate::types::AnnotationType::Widget)
/// [widget](crate::types::AnnotationType::Widget)
/// [annoations](Annotation).
pub fn children(&mut self) -> TypedArray<'_, Ref> {
self.dict.insert(Name(b"Kids")).array().typed()
Expand Down

0 comments on commit 3482cb4

Please sign in to comment.