Skip to content

Commit 9590d50

Browse files
authored
Fix typo in parser.rs
1 parent 67eccdb commit 9590d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub struct Revisioned {
146146
pub exit_status: OptWithLine<i32>,
147147
/// `Some(true)` means annotations are required
148148
/// `Some(false)` means annotations are forbidden
149-
/// `None` means this revision does not change the base annoatation requirement.
149+
/// `None` means this revision does not change the base annotation requirement.
150150
pub require_annotations: OptWithLine<bool>,
151151
/// Prefix added to all diagnostic code matchers. Note this will make it impossible
152152
/// match codes which do not contain this prefix.

0 commit comments

Comments
 (0)