Skip to content

Commit

Permalink
Fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 2, 2019
1 parent 5b7b8e0 commit 59d567e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/container.rst
Expand Up @@ -362,8 +362,8 @@ You can also use ``join`` to merge nested containers together:
from returns.io import IO
assert join(IO(IO(1))) == IO(1)
assert Maybe(Maybe(1)) == Maybe(1)
assert Success(Success(1)) == Success(1)
assert join(Maybe(Maybe(1))) == Maybe(1)
assert join(Success(Success(1))) == Success(1)
API Reference
Expand Down

0 comments on commit 59d567e

Please sign in to comment.