diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-09 21:32:56 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-09 21:32:56 -0500 |
| commit | fffc462cdbac2947cef88e0637d5b50faa1fb041 (patch) | |
| tree | b1a8fc62403aeb21bd855f102fda394f744502d2 /docs/implementation | |
| parent | 112c35736299e1a30b7edd8a47b09fc5d14b5534 (diff) | |
r1 requires ambivalent + for +â—‹IsArray and other arithmetic (fixes #40)
Diffstat (limited to 'docs/implementation')
| -rw-r--r-- | docs/implementation/vm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/implementation/vm.html b/docs/implementation/vm.html index 09754fcd..9ca406a0 100644 --- a/docs/implementation/vm.html +++ b/docs/implementation/vm.html @@ -601,7 +601,7 @@ <tr> <td align="right">6</td> <td><code><span class='Function'>+</span></code></td> -<td>On two atoms</td> +<td>On one or two atoms</td> </tr> <tr> <td align="right">7</td> |
