aboutsummaryrefslogtreecommitdiff
path: root/docs/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-27 21:56:23 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-27 21:56:23 -0400
commitcce2056e7723c316e4523b8899068b5061b50cd5 (patch)
tree7e1b89e1b4afab887bca2484161b95a019228300 /docs/doc
parent525ac8dad3fb20a6db0606549dda94617373a396 (diff)
Documentation covers the whole core language now
Diffstat (limited to 'docs/doc')
-rw-r--r--docs/doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 5eea719e..9038f45b 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">github</a>) / <a href="../index.html">BQN</a></div>
<h1 id="bqn-documentation"><a class="header" href="#bqn-documentation">BQN documentation</a></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 minor 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>. For all of the particulars without so much discussion, see the <a href="../spec/index.html">specification</a>.</p>
<p>Overview:</p>
<ul>
<li><a href="syntax.html">Syntax</a></li>