mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Fix grammar in doc comment
Added space after period in doc comment for `subcommand_name`
This commit is contained in:
parent
b42e2baf59
commit
d6c2ab4891
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ impl ArgMatches {
|
|||
}
|
||||
|
||||
/// Because [`Subcommand`]s are essentially "sub-[`App`]s" they have their own [`ArgMatches`]
|
||||
/// as well.But simply getting the sub-[`ArgMatches`] doesn't help much if we don't also know
|
||||
/// as well. But simply getting the sub-[`ArgMatches`] doesn't help much if we don't also know
|
||||
/// which subcommand was actually used. This method returns the name of the subcommand that was
|
||||
/// used at runtime, or `None` if one wasn't.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue