mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
Update chapter_3.rs - missing "to"
Adding missing "to"
This commit is contained in:
parent
fc55ad08ca
commit
c6f185c3cd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
//! [`PossibleValuesParser`][crate::builder::PossibleValuesParser] or [`Arg::value_parser(["val1",
|
//! [`PossibleValuesParser`][crate::builder::PossibleValuesParser] or [`Arg::value_parser(["val1",
|
||||||
//! ...])`][crate::Arg::value_parser] for short.
|
//! ...])`][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
|
//! those specific values, they will receive a graceful exit with error message informing them
|
||||||
//! of the mistake, and what the possible valid values are
|
//! of the mistake, and what the possible valid values are
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue