Skip to content

Commit 4a5e2f0

Browse files
author
Rafael Alves Sa
authored
Update enter_question_mark.md
1 parent 0a22b4f commit 4a5e2f0

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)