Skip to content

Commit

Permalink
Typo (rust-cli#11)
Browse files Browse the repository at this point in the history
* Typo

* Update src/tutorial/cli-args.md

Co-authored-by: Pascal Hertleif <killercup@gmail.com>

Co-authored-by: Pascal Hertleif <killercup@gmail.com>
  • Loading branch information
gforcada and killercup authored May 26, 2020
1 parent abe566e commit 3a33253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial/cli-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We haven't talked about any default values,
so we expect our users to always provide two values.
Furthermore, we can say a bit about their types:
The pattern is expected to be a string,
while the second argument is expect to be path to a file.
while the second argument is expected to be a path to a file.

In Rust, it is very common to structure programs around the data they deal with
so this way of looking at CLI arguments fits very well.
Expand Down

0 comments on commit 3a33253

Please sign in to comment.