Michelson, docs: fix ASSERT_SOME macro

This commit is contained in:
lykimquyen 2018-09-20 13:46:36 +07:00 committed by Benjamin Canou
parent d5e0c1c51f
commit b2dda6e000
No known key found for this signature in database
GPG Key ID: 73607948459DC5F8

View File

@ -1667,7 +1667,7 @@ to increase clarity about illegal states.
::
> ASSERT_SOME => IF_SOME {FAIL} {}
> ASSERT_SOME => IF_NONE {FAIL} {}
- ``ASSERT_LEFT``: