Skip to content

Commit 902f113

Browse files
authored
Update reenter_question_mark.md
Add missing bracket
1 parent 0ea8bbb commit 902f113

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)