diff --git a/src/parser/matches/arg_matches.rs b/src/parser/matches/arg_matches.rs index 000ee77d3b3..b08d9716a35 100644 --- a/src/parser/matches/arg_matches.rs +++ b/src/parser/matches/arg_matches.rs @@ -476,7 +476,7 @@ impl ArgMatches { /// /// # Panics /// - /// If `id` is is not a valid argument or group name. To handle this case programmatically, see + /// If `id` is not a valid argument or group name. To handle this case programmatically, see /// [`ArgMatches::try_contains_id`]. /// /// # Examples @@ -602,7 +602,7 @@ impl ArgMatches { /// /// # Panics /// - /// If `id` is is not a valid argument or group id. + /// If `id` is not a valid argument or group id. /// /// # Examples /// @@ -648,7 +648,7 @@ impl ArgMatches { /// /// # Panics /// - /// If `id` is is not a valid argument or group id. + /// If `id` is not a valid argument or group id. /// /// # Examples /// @@ -791,7 +791,7 @@ impl ArgMatches { /// /// # Panics /// - /// If `id` is is not a valid argument or group id. + /// If `id` is not a valid argument or group id. /// /// # Examples /// @@ -988,7 +988,7 @@ impl ArgMatches { /// /// # Panics /// - /// If `id` is is not a valid subcommand. + /// If `id` is not a valid subcommand. /// /// # Examples ///