Skip to content

Commit 3eb8bd2

Browse files
authored
Merge pull request #1705 from acehinnnqru/patch-1
Update reenter_question_mark.md
2 parents 0ea8bbb + 902f113 commit 3eb8bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/multiple_error_types/reenter_question_mark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Notice in the previous example that our immediate reaction to calling
55
error:
66

77
```rust,ignore
8-
.and_then(|s| s.parse::<i32>()
8+
.and_then(|s| s.parse::<i32>())
99
.map_err(|e| e.into())
1010
```
1111

0 commit comments

Comments
 (0)