Skip to content

Commit 7ffcb75

Browse files
committed
Fix uncorresponded back quote
1 parent c954202 commit 7ffcb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
- [Unpacking options with `?`](error/option_unwrap/question_mark.md)
162162
- [Combinators: `map`](error/option_unwrap/map.md)
163163
- [Combinators: `and_then`](error/option_unwrap/and_then.md)
164-
- [Defaults: `or`, `or_else`, `get_or_insert`, 'get_or_insert_with`](error/option_unwrap/defaults.md)
164+
- [Defaults: `or`, `or_else`, `get_or_insert`, `get_or_insert_with`](error/option_unwrap/defaults.md)
165165
- [`Result`](error/result.md)
166166
- [`map` for `Result`](error/result/result_map.md)
167167
- [aliases for `Result`](error/result/result_alias.md)

0 commit comments

Comments
 (0)