Merge pull request #4014 from nt591/patch-1

[Documentation] fix typo in arg.rs
This commit is contained in:
Ed Page 2022-08-01 11:57:25 -05:00 committed by GitHub
commit 686d174e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3666,7 +3666,7 @@ impl<'help> Arg<'help> {
self
}
/// Require these arguments names when this one is presen
/// Require these arguments names when this one is present
///
/// i.e. when using this argument, the following arguments *must* be present.
///