From d922b7ac114c24d6800ae5f79d2967481f380c83 Mon Sep 17 00:00:00 2001 From: redistay <165581775+redistay@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:10:25 +0800 Subject: doc: fix typo PR #2776 --- crates/core/flags/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3