Skip to content

Commit 7618986

Browse files
authored
Merge pull request #1208 from ralvessa/patch-1
Update enter_question_mark.md
2 parents b74bd53 + 4a5e2f0 commit 7618986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/result/enter_question_mark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Upon finding an `Err`, there are two valid actions to take:
1010
2. `return` because an `Err` means it cannot be handled
1111

1212
`?` is *almost*[^] exactly equivalent to an `unwrap` which `return`s
13-
instead of `panic`s on `Err`s. Let's see how we can simplify the earlier
13+
instead of `panic`king on `Err`s. Let's see how we can simplify the earlier
1414
example that used combinators:
1515

1616
```rust,editable

0 commit comments

Comments
 (0)