diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-02-28 22:00:07 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-02-28 22:00:07 -0500 |
| commit | 81d9fa02122a6d8a2a382f82b0a6ec778b3297f7 (patch) | |
| tree | 2c868828c3b40b666353faa9cd0acf899f0f8d0b | |
| parent | 4d9aeaf87d33292b007900d1fda2c2ec1ed8196c (diff) | |
Changed error message
| -rw-r--r-- | docs/doc/select.html | 2 |
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'>""</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> |
