You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Make sure you know how to get started, [check out our docs](https://returns.read
69
69
70
70
-[Maybe container](#maybe-container) that allows you to write `None`-free code
71
71
-[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
73
73
-[IO container](#io-container) and [IOResult](#troublesome-io) that marks all impure operations and structures them
74
74
-[Future container](#future-container) and [FutureResult](#async-code-without-exceptions) to work with `async` code
75
75
-[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