aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/index.html')
-rw-r--r--docs/doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 7ccb5768..e6bfb843 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -5,7 +5,7 @@
</head>
<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a></div>
<h1 id="bqn-documentation">BQN documentation</h1>
-<p>BQN's documentation describes what features it has, how to use them (with examples), and why they were chosen. For a linear introduction to the language, see the <a href="../tutorial/index.html">tutorials</a>. While the core language <a href="../spec/index.html">specification</a> is complete, the documentation still has some gaps.</p>
+<p>BQN's documentation describes what features it has, how to use them (with examples), and why they were chosen. For a linear introduction to the language, see the <a href="../tutorial/index.html">tutorials</a>. While the core language <a href="../spec/index.html">specification</a> is complete, the documentation still has minor gaps.</p>
<p>Overview:</p>
<ul>
<li><a href="syntax.html">Syntax</a></li>
@@ -40,6 +40,7 @@
<li><a href="assert.html">Assert</a> (<code><span class='Function'>!</span></code>)</li>
<li><a href="reshape.html">Deshape and Reshape</a> (<code><span class='Function'>⥊</span></code>)</li>
<li><a href="enclose.html">Enclose</a> (<code><span class='Function'>&lt;</span></code>)</li>
+<li><a href="find.html">Find</a> (<code><span class='Function'>⍷</span></code>)</li>
<li><a href="fold.html">Fold and Insert</a> (<code><span class='Modifier'>´˝</span></code>)</li>
<li><a href="group.html">Group</a> (<code><span class='Function'>⊔</span></code>)</li>
<li><a href="identity.html">Identity functions</a> (<code><span class='Function'>⊢⊣</span></code>)</li>