summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredistay <165581775+redistay@users.noreply.github.com>2024-04-02 21:10:25 +0800
committerGitHub <noreply@github.com>2024-04-02 09:10:25 -0400
commitd922b7ac114c24d6800ae5f79d2967481f380c83 (patch)
treefe8a0bccaa12e22a0ff14107a441327c3f36d978
parent2acf25c6897f45c9e7332712cca63d4eb576533c (diff)
doc: fix typoHEADmaster
PR #2776
-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.