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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html
index 1220fa6c..75048532 100644
--- a/docs/doc/glossary.html
+++ b/docs/doc/glossary.html
@@ -139,8 +139,8 @@
<li><strong>Block modifier</strong>: A block defining a 1- or 2-modifier.</li>
<li><strong>Immediate modifier</strong>: A modifier that's evaluated as soon as it receives its operands.</li>
<li><strong>Deferred modifier</strong>: The opposite of an immediate modifier, one that's only evaluated when called with operands and arguments.</li>
-<li><a href="block.html#block-headers"><strong>Header</strong></a>: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon <code><span class='Value'>:</span></code>.</li>
+<li><a href="block.html#block-headers"><strong>Header</strong></a>: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon <code><span class='Head'>:</span></code>.</li>
<li><a href="block.html#short-headers"><strong>Label</strong></a>: A header consisting of a single name.</li>
-<li><strong>Body</strong>: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons <code><span class='Value'>;</span></code>.</li>
+<li><strong>Body</strong>: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons <code><span class='Head'>;</span></code>.</li>
<li><strong>Tacit</strong>: Code that defines functions or modifiers without using blocks.</li>
</ul>