where -> were

This commit is contained in:
Za Wilcox 2019-10-18 12:13:57 -06:00 committed by Kevin K
parent 14bfbd6ef4
commit fed3a8fc29
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -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.
///