summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/core/flags/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/flags/parse.rs b/crates/core/flags/parse.rs
index f1f2dcc1..37a74b6f 100644
--- a/crates/core/flags/parse.rs
+++ b/crates/core/flags/parse.rs
@@ -323,7 +323,7 @@ enum FlagLookup<'a> {
UnrecognizedLong(String),
}
-/// The info about a flag associated with a flag's ID in the the flag map.
+/// The info about a flag associated with a flag's ID in the flag map.
#[derive(Debug)]
struct FlagInfo {
/// The flag object and its associated metadata.