We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d089d commit 77950c6Copy full SHA for 77950c6
docs/pages/container.rst
@@ -201,9 +201,9 @@ And here are our two containers:
201
>>> one = IO(1)
202
>>> two = IO(2)
203
204
-Naive approach to compose two ``IO`` containers and a function
205
-would be two hard to show here.
206
-Luckily, we support partial application and ``.apply()`` method.
+The naive approach to compose two ``IO`` containers and a function
+would be too hard to show here.
+Luckily, we support partial application and the ``.apply()`` method.
207
208
Here are the required steps:
209
0 commit comments