mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
where -> were
This commit is contained in:
parent
14bfbd6ef4
commit
fed3a8fc29
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use crate::INVALID_UTF8;
|
|||
|
||||
type Id = u64;
|
||||
|
||||
/// Used to get information about the arguments that where supplied to the program at runtime by
|
||||
/// Used to get information about the arguments that were supplied to the program at runtime by
|
||||
/// the user. New instances of this struct are obtained by using the [`App::get_matches`] family of
|
||||
/// methods.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue