aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/glossary.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-09 21:12:05 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-09 21:18:10 -0400
commitf2cd25f1ab2b04007c1f112dfffd3590e60f2d3b (patch)
tree94353b9dd5d9c174b1fe2be80a5d57479a134ccc /docs/doc/glossary.html
parent4ff015d2a879a61eb76ef3986fcce68e7b826850 (diff)
Documentation for Nothing
Diffstat (limited to 'docs/doc/glossary.html')
-rw-r--r--docs/doc/glossary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html
index 8aeb819a..1220fa6c 100644
--- a/docs/doc/glossary.html
+++ b/docs/doc/glossary.html
@@ -116,7 +116,7 @@
<ul>
<li><strong>Parsing</strong>: Analysis of the tokens of a program, which determines which actions will be taken to evaluate it.</li>
<li><a href="syntax.html#expressions"><strong>Expression</strong></a>: A piece of code that defines a (not necessarily constant) variable.</li>
-<li><strong>Nothing</strong>: A special value-like entity that comes from <code><span class='Nothing'>·</span></code>, <code><span class='Value'>𝕨</span></code> in a function with no left argument, or a function called on nothing.</li>
+<li><a href="expression.html#nothing"><strong>Nothing</strong></a>: A special value-like entity that comes from <code><span class='Nothing'>·</span></code>, <code><span class='Value'>𝕨</span></code> in a function with no left argument, or a function called on nothing.</li>
<li><strong>Statement</strong>: An expression, or nothing (<code><span class='Nothing'>·</span></code>).</li>
<li><strong>Ligature</strong>: The character <code><span class='Ligature'>‿</span></code>.</li>
<li><a href="arrayrepr.html#brackets"><strong>List notation</strong></a>: The angle brackets <code><span class='Bracket'>⟨⟩</span></code> or ligatures used to indicate a list.</li>