Skip to content

Commit

Permalink
docs: fix endif typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilka committed Nov 25, 2017
1 parent 7e24743 commit 383617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instruction_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Notes:
Syntax: `if condition`

Operation:
If `condition` is true, conditionally executes the code between itself and the corresponding `else` or `endif` pseudo-instruction. Otherwise, executes the code in the `else` branch, if one is given (otherwise, skips the branch body and continues after the `endloop` statement).
If `condition` is true, conditionally executes the code between itself and the corresponding `else` or `endif` pseudo-instruction. Otherwise, executes the code in the `else` branch, if one is given (otherwise, skips the branch body and continues after the `endif` statement).

Restrictions:
* not more than one `else` branch may be specified (`else if` syntax is not supported)
Expand Down

0 comments on commit 383617b

Please sign in to comment.