Skip to content

Commit 2bd7f43

Browse files
authored
Fix typo in AppearanceCharacteristics::alternate_caption (#67)
No more 💃 `alterante` 💃
1 parent 61e0920 commit 2bd7f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/annotations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ impl AppearanceCharacteristics<'_> {
478478

479479
/// Write the `/AC` attribute. This sets the widget annotation's alternate
480480
/// (down) caption. Only permissible for push button fields.
481-
pub fn alterante_caption(&mut self, caption: TextStr) -> &mut Self {
481+
pub fn alternate_caption(&mut self, caption: TextStr) -> &mut Self {
482482
self.pair(Name(b"AC"), caption);
483483
self
484484
}

0 commit comments

Comments
 (0)