summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'twasm/README.md')
-rw-r--r--twasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/twasm/README.md b/twasm/README.md
index c479b33..2921ffa 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -160,7 +160,7 @@ the `type` hex digit is defined as the following:
| hex | meaning | examples |
|-----|----------|-|
-| 0x0 | ignored | `; this entire comment is 1 token` |
+| 0x0 | ignored | |
| 0x1 | operator | `mov`, `hlt` |
| 0x2 | register | `rsp`, `al` |
| 0xF | unknown | any token ID not represented in the lookup table |