Skip to content

Commit

Permalink
Merge pull request #1705 from acehinnnqru/patch-1
Browse files Browse the repository at this point in the history
Update reenter_question_mark.md
  • Loading branch information
marioidival authored Apr 30, 2023
2 parents 0ea8bbb + 902f113 commit 3eb8bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/multiple_error_types/reenter_question_mark.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Notice in the previous example that our immediate reaction to calling
error:

```rust,ignore
.and_then(|s| s.parse::<i32>()
.and_then(|s| s.parse::<i32>())
.map_err(|e| e.into())
```

Expand Down

0 comments on commit 3eb8bd2

Please sign in to comment.