From 9590d508487f1bc1b1ed7eb7853333dae338b380 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Thu, 20 Nov 2025 07:06:30 -0500 Subject: [PATCH] Fix typo in parser.rs --- src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.rs b/src/parser.rs index 2f89df5f..485fc482 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -146,7 +146,7 @@ pub struct Revisioned { pub exit_status: OptWithLine, /// `Some(true)` means annotations are required /// `Some(false)` means annotations are forbidden - /// `None` means this revision does not change the base annoatation requirement. + /// `None` means this revision does not change the base annotation requirement. pub require_annotations: OptWithLine, /// Prefix added to all diagnostic code matchers. Note this will make it impossible /// match codes which do not contain this prefix.