diff options
| -rw-r--r-- | doc/select.md | 2 | ||||
| -rw-r--r-- | docs/doc/select.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/select.md b/doc/select.md index c9ed2765..4b0af7f4 100644 --- a/doc/select.md +++ b/doc/select.md @@ -56,7 +56,7 @@ The index `๐จ` has to be an integer less than `โ ๐ฉ`. It can be negative, i 0 โ "" -The monadic case First Cell (`โ๐ฉ`) is identical to `0โ๐ฉ`. It has the same restrictions: `๐ฉ` must have rank 1 or more, and length 1 or more (this differs from First (`โ`), which removes the length requirement to return a fill element). +The monadic case First Cell (`โ๐ฉ`) is identical to `0โ๐ฉ`. It has the same restrictions: `๐ฉ` must have rank 1 or more, and length 1 or more. โ "abc" diff --git a/docs/doc/select.html b/docs/doc/select.html index 213731bf..919a80c0 100644 --- a/docs/doc/select.html +++ b/docs/doc/select.html @@ -76,7 +76,7 @@ <span class='Number'>0</span> <span class='Function'>โ</span> <span class='String'>""</span> ERROR </pre> -<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 (this differs from First (<code><span class='Function'>โ</span></code>), which removes the length requirement to return a fill element).</p> +<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> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqPICJhYmMiCgriio8gImFiYyLiiY0iZGVmIgoK4oqPIOKJjSAiYWJjIgoK4oqPICdhJw==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='String'>"abc"</span> โยท ยท'a' |
