Skip to content

Commit

Permalink
rst
Browse files Browse the repository at this point in the history
restore `value`
  • Loading branch information
abiphone authored and carols10cents committed Jan 12, 2023
1 parent 1c0fd73 commit 2cd1b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch13-03-improving-our-io-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ the program. We want to ignore that and get to the next value, so first we call
value we want to put in the `query` field of `Config`. If `next` returns a
`Some`, we use a `match` to extract the value. If it returns `None`, it means
not enough arguments were given and we return early with an `Err` value. We do
the same thing for the `file_path` field.
the same thing for the `file_path` value.

### Making Code Clearer with Iterator Adaptors

Expand Down

0 comments on commit 2cd1b55

Please sign in to comment.