doc: fix typo

PR #2776
This commit is contained in:
redistay 2024-04-02 21:10:25 +08:00 committed by GitHub
parent 2acf25c689
commit d922b7ac11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,7 +323,7 @@ enum FlagLookup<'a> {
UnrecognizedLong(String), 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)] #[derive(Debug)]
struct FlagInfo { struct FlagInfo {
/// The flag object and its associated metadata. /// The flag object and its associated metadata.