aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-12-07 10:16:27 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-12-07 10:16:27 -0500
commitb9f1ea105f0092a7e89d70f5ae5509e30678d80c (patch)
tree93a562850884a71d6a119ace6d61e64ff5902093
parentdcf5f8de978c58d7efe74f728bed8f36310239a4 (diff)
Remove outdated note about First Cells versus First
-rw-r--r--doc/select.md2
-rw-r--r--docs/doc/select.html2
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'>&quot;&quot;</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'>&quot;abc&quot;</span>
โ”Œยท
ยท'a'