Skip to content

Commit 66460df

Browse files
authored
docs: fix typo (#1898)
1 parent 0f3a574 commit 66460df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Make sure you know how to get started, [check out our docs](https://returns.read
6969

7070
- [Maybe container](#maybe-container) that allows you to write `None`-free code
7171
- [RequiresContext container](#requirescontext-container) that allows you to use typed functional dependency injection
72-
- [Result container](#result-container) that let's you to get rid of exceptions
72+
- [Result container](#result-container) that lets you to get rid of exceptions
7373
- [IO container](#io-container) and [IOResult](#troublesome-io) that marks all impure operations and structures them
7474
- [Future container](#future-container) and [FutureResult](#async-code-without-exceptions) to work with `async` code
7575
- [Write your own container!](https://returns.readthedocs.io/en/latest/pages/create-your-own-container.html) You would still have all the features for your own types (including full existing code reuse and type-safety)

0 commit comments

Comments
 (0)