Skip to content

Commit

Permalink
Merge pull request #1749 from dalance/fix_typo
Browse files Browse the repository at this point in the history
Fix uncorresponded back quote
  • Loading branch information
marioidival authored Sep 26, 2023
2 parents e6f0ad2 + 7ffcb75 commit 625d07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
- [Unpacking options with `?`](error/option_unwrap/question_mark.md)
- [Combinators: `map`](error/option_unwrap/map.md)
- [Combinators: `and_then`](error/option_unwrap/and_then.md)
- [Defaults: `or`, `or_else`, `get_or_insert`, 'get_or_insert_with`](error/option_unwrap/defaults.md)
- [Defaults: `or`, `or_else`, `get_or_insert`, `get_or_insert_with`](error/option_unwrap/defaults.md)
- [`Result`](error/result.md)
- [`map` for `Result`](error/result/result_map.md)
- [aliases for `Result`](error/result/result_alias.md)
Expand Down

0 comments on commit 625d07a

Please # to comment.