Revert "Fix docs variable name"

This reverts commit 0dded91541.
This commit is contained in:
Ed Page 2021-11-05 09:28:23 -05:00
parent 71ff62c37e
commit 23b1502c00

View file

@ -1824,7 +1824,7 @@ impl<'help> App<'help> {
///
/// let res = app.try_get_matches_from_mut(vec!["foo", "-x"]);
///
/// // Since we changed `foo`'s short to "f" this should err as there
/// // Since we changed `bar`'s short to "f" this should err as there
/// // is no `-x` anymore, only `-f`
///
/// assert!(res.is_err());