Skip to content

Commit

Permalink
📝 DOCS: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDillenburg committed Sep 20, 2020
1 parent a7f9775 commit 1548a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ An instruction line is a line that contains an instruction call.

***Components***
- ```instruction``` is the actual instruction that will be executed, it must be one of the following in the instruction table;
- ```arg``` can be either a jump label or a
- ```arg``` can be a jump label or a number (depending on the instruction)

***Form***
- A instruction line should be in the following form ```{instruction} [arg]```;
Expand Down

0 comments on commit 1548a6e

Please sign in to comment.