aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/glossary.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/glossary.html')
-rw-r--r--docs/doc/glossary.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html
index 526d028c..02f6d1da 100644
--- a/docs/doc/glossary.html
+++ b/docs/doc/glossary.html
@@ -9,7 +9,7 @@
<h2 id="types">Types</h2>
<ul>
<li><strong>Value</strong>: Something that can be stored in variables and manipulated by a BQN programmer.</li>
-<li><a href="types.html"><strong>Type</strong></a>: One of six possible kinds of value.</li>
+<li><a href="types.html"><strong>Type</strong></a>: One of seven possible kinds of value.</li>
</ul>
<p>The possible types are:</p>
<ul>
@@ -19,6 +19,7 @@
<li><a href="types.html#functions"><strong>Function</strong></a>: An operation that is called on one or two arguments.</li>
<li><a href="types.html#modifiers"><strong>1-modifier</strong></a>: An operation that is called on one operand.</li>
<li><a href="types.html#modifiers"><strong>2-modifier</strong></a>: An operation that is called on two operands.</li>
+<li><a href="namespace.html"><strong>Namespace</strong></a>: A container for variables, some of which are exposed as fields.</li>
</ul>
<p>A few terms refer to multiple types collectively:</p>
<ul>