aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2023-02-28 22:00:07 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2023-02-28 22:00:07 -0500
commit81d9fa02122a6d8a2a382f82b0a6ec778b3297f7 (patch)
tree2c868828c3b40b666353faa9cd0acf899f0f8d0b
parent4d9aeaf87d33292b007900d1fda2c2ec1ed8196c (diff)
Changed error message
-rw-r--r--docs/doc/select.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/select.html b/docs/doc/select.html
index 978da307..5039551f 100644
--- a/docs/doc/select.html
+++ b/docs/doc/select.html
@@ -74,7 +74,7 @@
โ”˜
<span class='Number'>0</span> <span class='Function'>โŠ</span> <span class='String'>&quot;&quot;</span>
-<span class='Error'>Error: โŠ: Indexing out-of-bounds (๐•จโ‰ก0, 0โ‰กโ‰ ๐•ฉ)</span>
+<span class='Error'>Error: โŠ: Indexing out-of-bounds (0โˆŠ๐•จ, โŸจ0โŸฉโ‰กโ‰ข๐•ฉ)</span>
</pre>
<h3 id="first-cell"><a class="header" href="#first-cell">First Cell</a></h3>
<p>The monadic case First Cell (<code><span class='Function'>โŠ</span><span class='Value'>๐•ฉ</span></code>) is identical to <code><span class='Number'>0</span><span class='Function'>โŠ</span><span class='Value'>๐•ฉ</span></code>. It has the same restrictions: <code><span class='Value'>๐•ฉ</span></code> must have rank 1 or more, and length 1 or more.</p>