Michelson: minor fix in documentation

This commit is contained in:
Benjamin Canou 2018-04-05 16:22:22 +02:00 committed by Grégoire Henry
parent 676a64b81f
commit be4deb44bf

View File

@ -461,7 +461,7 @@ Control structures
:: (or 'a 'b) : 'A -> 'A
iff body :: [ 'a : 'A -> (or 'a 'b) : 'A ]
> LOOP_LEFT body / (Left a) : S => body ; LOOP_LEFT body / (or 'a 'b) : S
> LOOP_LEFT body / (Left a) : S => body ; LOOP_LEFT body / a : S
> LOOP_LEFT body / (Right b) : S => b : S
- ``DIP code``: Runs code protecting the top of the stack.