diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-24 22:47:46 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-24 22:47:46 -0400 |
| commit | a17782ce2ec31709ce30edb3d96fe2f3a9a6ed1f (patch) | |
| tree | b601681b2282f1a51042f8faf5bfe0e0242c0c31 /docs/doc/glossary.html | |
| parent | 436bf368830c828f8008bf55632e2bb4c2a2578f (diff) | |
Documentation on fill elements
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 f1c8d39e..99e96d32 100644 --- a/docs/doc/glossary.html +++ b/docs/doc/glossary.html @@ -119,7 +119,7 @@ <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><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="syntax.html#list-notation"><strong>List notation</strong></a>: The angle brackets <code><span class='Bracket'>⟨⟩</span></code> or ligatures used to indicate a list.</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> </ul> <h2 id="assignment-and-scoping">Assignment and scoping</h2> <ul> |
