aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/pick.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-02 21:42:44 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-02 21:43:09 -0400
commitc3ea468236e362e4ecc1bc27aed7a64d90e7cf81 (patch)
tree772ae1b9812efd404859966768abfc856b99da1d /docs/doc/pick.html
parentf45ab0c01b250efa190b84f2e1157b85fd52f49f (diff)
Always use "index list", not "list index", for a full element index
Diffstat (limited to 'docs/doc/pick.html')
-rw-r--r--docs/doc/pick.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/pick.html b/docs/doc/pick.html
index a5e9392b..275b623a 100644
--- a/docs/doc/pick.html
+++ b/docs/doc/pick.html
@@ -82,7 +82,7 @@
<span class='Bracket'>⟨</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>0</span><span class='Separator'>,</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>¯1</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>¯1</span><span class='Ligature'>‿</span><span class='Number'>¯1</span><span class='Bracket'>⟩</span> <span class='Function'>⊑</span> <span class='Value'>a</span>
"kjqt"
</pre>
-<p>These indices have to be lists, since if they're numbers it just looks like <code><span class='Value'>𝕨</span></code> is one list index.</p>
+<p>These indices have to be lists, since if they're numbers it just looks like <code><span class='Value'>𝕨</span></code> is an index list for one element.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4p+oMiwxLDAswq8x4p+pIOKKkSAiYWJjIiAgIyDwnZWpIGRvZXNuJ3QgaGF2ZSByYW5rIDQhCgrin6gyLDEsMCzCrzHin6kg4qWKwqjiirjiipEgImFiYyIKCuKfqDIsMSwwLMKvMeKfqSDiio8gImFiYyIgICMgQmV0dGVyIHdheQ==">↗️</a><pre> <span class='Bracket'>⟨</span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>1</span><span class='Separator'>,</span><span class='Number'>0</span><span class='Separator'>,</span><span class='Number'>¯1</span><span class='Bracket'>⟩</span> <span class='Function'>⊑</span> <span class='String'>&quot;abc&quot;</span> <span class='Comment'># 𝕩 doesn't have rank 4!
</span><span class='Error'>Error: ⊑: Picking item at wrong rank (index 2‿1‿0‿¯1 in array of shape ⟨3⟩)</span>