Skip to content

Commit 77950c6

Browse files
authored
Fix typo in docs (#1077)
1 parent f2d089d commit 77950c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ And here are our two containers:
201201
>>> one = IO(1)
202202
>>> two = IO(2)
203203
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.
204+
The naive approach to compose two ``IO`` containers and a function
205+
would be too hard to show here.
206+
Luckily, we support partial application and the ``.apply()`` method.
207207

208208
Here are the required steps:
209209

0 commit comments

Comments
 (0)