Skip to content

Commit 2a32015

Browse files
authored
Merge pull request #352 from smoelius/patch-1
Fix typo in parser.rs
2 parents 67eccdb + 9590d50 commit 2a32015

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)