Skip to content

Commit

Permalink
Update chapter_3.rs - missing "to"
Browse files Browse the repository at this point in the history
Adding missing "to"
  • Loading branch information
fuho authored Nov 28, 2024
1 parent fc55ad0 commit c6f185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tutorial/chapter_3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit c6f185c

Please sign in to comment.