Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redistay committed Apr 2, 2024
1 parent 2acf25c commit d922b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/flags/parse.rs
Expand Up @@ -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.
Expand Down

0 comments on commit d922b7a

Please sign in to comment.