aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/implementation/vm.html2
-rw-r--r--implementation/vm.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/implementation/vm.html b/docs/implementation/vm.html
index 70bbbe83..90aed858 100644
--- a/docs/implementation/vm.html
+++ b/docs/implementation/vm.html
@@ -131,7 +131,7 @@
<tr>
<td align="right">0E</td>
<td></td>
-<td align="center">X</td>
+<td align="center"></td>
<td align="right"></td>
<td align="left"></td>
<td>Merge top of stack (for <code><span class='Value'>[]</span></code>)</td>
diff --git a/implementation/vm.md b/implementation/vm.md
index 16d1f23d..c6bdd8fe 100644
--- a/implementation/vm.md
+++ b/implementation/vm.md
@@ -66,7 +66,7 @@ The following instructions are defined by dzaima/BQN. The ones emitted by the se
| 08 | RETD | NS | 07 | | Return the running scope's namespace
| 0B | ARRO | X | | `N` | Create length-`N` list
| 0C | ARRM | X | 0B | `N` | Create length-`N` reference list
-| 0E | | X | | | Merge top of stack (for `[]`)
+| 0E | | | | | Merge top of stack (for `[]`)
| 10 | FN1C | X | | | Monadic function call
| 11 | FN2C | X | | | Dyadic function call
| 12 | FN1O | X | 10 | | Monadic call, checking for `ยท`