mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
Merge pull request #5830 from fuho/patch-1
docs: Update chapter_3.rs - missing "to"
This commit is contained in:
commit
acabb8185d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
//! [`PossibleValuesParser`][crate::builder::PossibleValuesParser] or [`Arg::value_parser(["val1",
|
||||
//! ...])`][crate::Arg::value_parser] for short.
|
||||
//!
|
||||
//! This allows you specify the valid values for that argument. If the user does not use one of
|
||||
//! This allows you to specify the valid values for that argument. If the user does not use one of
|
||||
//! those specific values, they will receive a graceful exit with error message informing them
|
||||
//! of the mistake, and what the possible valid values are
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue