Skip to content

Commit

Permalink
Merge pull request #4625 from rhysd/fix-is-is
Browse files Browse the repository at this point in the history
fix(doc): Fix typos in document of `ArgMatches` methods
  • Loading branch information
epage authored Jan 11, 2023
2 parents b86c259 + 4b1f79b commit 5345d6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/parser/matches/arg_matches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
///
Expand Down Expand Up @@ -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
///
Expand Down Expand Up @@ -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
///
Expand Down Expand Up @@ -988,7 +988,7 @@ impl ArgMatches {
///
/// # Panics
///
/// If `id` is is not a valid subcommand.
/// If `id` is not a valid subcommand.
///
/// # Examples
///
Expand Down

0 comments on commit 5345d6c

Please sign in to comment.