aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-08 13:41:03 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-08 13:41:03 -0400
commit682ec99d2c5fbef60be6ac08c027fa09a5d0f37e (patch)
treeaec16396492e018ddfa5f0feda6b68557528d9da /docs/tutorial/index.html
parent7a25701737584b0f6d1e078073a3976a38330f10 (diff)
Introduce | when it's used in the combinator tutorial
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index ded09fb1..b0aabdc7 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -30,7 +30,7 @@
<tr>
<td><a href="combinator.html">Combinators</a></td>
<td>Tacit programming, booleans</td>
-<td><code><span class='Function'>&lt;&gt;≠=≤≥≡≢</span><span class='Modifier2'>○⊸⟜</span></code></td>
+<td><code><span class='Function'>|&lt;&gt;≠=≤≥≡≢</span><span class='Modifier2'>○⊸⟜</span></code></td>
</tr>
<tr>
<td><a href="variable.html">Variables</a></td>