Skip to content

Commit 461a683

Browse files
committed
Improves docs
1 parent ad2250d commit 461a683

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

docs/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/pages/container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ And we can see how this state is evolving during the execution.
3535
Working with containers
3636
-----------------------
3737

38-
We use two methods to create new containers from the previous one.
38+
We use two methods to create a new container from the previous one.
3939
``bind`` and ``map``.
4040

4141
The difference is simple:
4242

43-
- ``map`` works with functions that return regular values
44-
- ``bind`` works with functions that return other containers of the same type
43+
- ``map`` works with functions that return regular value
44+
- ``bind`` works with functions that return new container of the same type
4545

4646
:func:`.bind <returns.primitives.container.Container.bind>`
4747
is used to literally bind two different containers together.

0 commit comments

Comments
 (0)