aboutsummaryrefslogtreecommitdiff
path: root/doc/glossary.md
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 /doc/glossary.md
parent4ff015d2a879a61eb76ef3986fcce68e7b826850 (diff)
Documentation for Nothing
Diffstat (limited to 'doc/glossary.md')
-rw-r--r--doc/glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glossary.md b/doc/glossary.md
index a3389e3f..f274673e 100644
--- a/doc/glossary.md
+++ b/doc/glossary.md
@@ -105,7 +105,7 @@ The possible roles are:
* **Parsing**: Analysis of the tokens of a program, which determines which actions will be taken to evaluate it.
* [**Expression**](syntax.md#expressions): A piece of code that defines a (not necessarily constant) variable.
-* **Nothing**: A special value-like entity that comes from `·`, `𝕨` in a function with no left argument, or a function called on nothing.
+* [**Nothing**](expression.md#nothing): A special value-like entity that comes from `·`, `𝕨` in a function with no left argument, or a function called on nothing.
* **Statement**: An expression, or nothing (`·`).
* **Ligature**: The character `‿`.
* [**List notation**](arrayrepr.md#brackets): The angle brackets `⟨⟩` or ligatures used to indicate a list.