Closed sssemil closed 1 year ago
Currently, when a word is not found, for example didn’t (notice the ’ instead of '), it just panics, since the unwrap is called on a None value.
didn’t
Maybe you would prefer throwing an error instead, since this hides the oddity from the user.
Merged, thanks for the PR!
Currently, when a word is not found, for example
didn’t
(notice the ’ instead of '), it just panics, since the unwrap is called on a None value.Maybe you would prefer throwing an error instead, since this hides the oddity from the user.