Skip to content

Commit 2cd1b55

Browse files
abiphonecarols10cents
authored andcommitted
rst
restore `value`
1 parent 1c0fd73 commit 2cd1b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch13-03-improving-our-io-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the program. We want to ignore that and get to the next value, so first we call
118118
value we want to put in the `query` field of `Config`. If `next` returns a
119119
`Some`, we use a `match` to extract the value. If it returns `None`, it means
120120
not enough arguments were given and we return early with an `Err` value. We do
121-
the same thing for the `file_path` field.
121+
the same thing for the `file_path` value.
122122

123123
### Making Code Clearer with Iterator Adaptors
124124

0 commit comments

Comments
 (0)