Skip to content

Commit fc65455

Browse files
authored
Corrected mistaken "The" instead of "There" (#1617)
1 parent 767a6bd commit fc65455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/option_unwrap/defaults.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unpacking options and defaults
22

3-
The is more than one way to unpack an `Option` and fall back on a default if it is `None`. To choose the one that meets our needs, we need to consider the following:
3+
There is more than one way to unpack an `Option` and fall back on a default if it is `None`. To choose the one that meets our needs, we need to consider the following:
44
* do we need eager or lazy evaluation?
55
* do we need to keep the original empty value intact, or modify it in place?
66

0 commit comments

Comments
 (0)