diff options
Diffstat (limited to 'docs/doc/glossary.html')
| -rw-r--r-- | docs/doc/glossary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html index 75048532..36482766 100644 --- a/docs/doc/glossary.html +++ b/docs/doc/glossary.html @@ -142,5 +142,5 @@ <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='Head'>;</span></code>.</li> -<li><strong>Tacit</strong>: Code that defines functions or modifiers without using blocks.</li> +<li><a href="tacit.html"><strong>Tacit</strong></a>: Code that defines functions without using blocks.</li> </ul> |
