Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aochagavia authored and BurntSushi committed May 23, 2017
1 parent ec7c348 commit 0143407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ StringRecord(["Oakman", "AL", "", "33.7133333", "-87.3886111"])
This example contains two new pieces of code:
1. Code for querying the positional arguments of your program. We put this code
into its own funcation called `get_first_arg`. Our program expects a file
into its own function called `get_first_arg`. Our program expects a file
path in the first position (which is indexed at `1`; the argument at index
`0` is the executable name), so if one doesn't exist, then `get_first_arg`
returns an error.
Expand Down

0 comments on commit 0143407

Please sign in to comment.