From fed3a8fc2928f1a15901080ea93b98e3f88e15ef Mon Sep 17 00:00:00 2001 From: Za Wilcox Date: Fri, 18 Oct 2019 12:13:57 -0600 Subject: [PATCH] where -> were --- src/parse/matches/arg_matches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/matches/arg_matches.rs b/src/parse/matches/arg_matches.rs index 26c1c237..149efae9 100644 --- a/src/parse/matches/arg_matches.rs +++ b/src/parse/matches/arg_matches.rs @@ -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. ///