Skip to content

Commit

Permalink
Corrected mistaken "The" instead of "There" (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread authored Sep 30, 2022
1 parent 767a6bd commit fc65455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/option_unwrap/defaults.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unpacking options and defaults

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:
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:
* do we need eager or lazy evaluation?
* do we need to keep the original empty value intact, or modify it in place?

Expand Down

0 comments on commit fc65455

Please sign in to comment.