aboutsummaryrefslogtreecommitdiff
path: root/docs/spec/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-10 22:07:35 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-10 22:07:35 -0500
commit00cbfeb201c0accd1418237b0f8c3c5f943ef02e (patch)
treedeb16387980a1e33e4a40532392c0c8cda30ef77 /docs/spec/index.html
parente1ab8e64732e7376b3ee7e2ef3d584d6a71e211e (diff)
Add specification for basic arithmetic +-×÷⋆
Diffstat (limited to 'docs/spec/index.html')
-rw-r--r--docs/spec/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/index.html b/docs/spec/index.html
index 6d85d9bb..42cd8f3b 100644
--- a/docs/spec/index.html
+++ b/docs/spec/index.html
@@ -14,7 +14,7 @@
<li><a href="grammar.html">Grammar</a></li>
<li><a href="scope.html">Variable scoping</a></li>
<li><a href="evaluate.html">Evaluation semantics</a></li>
-<li>Primitives (<a href="https://github.com/mlochbaum/BQN/blob/master/spec/reference.bqn">reference implementations</a>)</li>
+<li><a href="primitive.html">Primitives</a> (<a href="https://github.com/mlochbaum/BQN/blob/master/spec/reference.bqn">reference implementations</a>)</li>
<li><a href="inferred.html">Inferred properties</a> (type, Undo, and Under)</li>
<li><a href="system.html">System-provided values</a> (<code><span class='Value'>•</span></code>)</li>
</ul>