aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorBJ <bjterry@gmail.com>2022-05-25 07:31:22 -0700
committerBJ <bjterry@gmail.com>2022-05-25 07:31:22 -0700
commit08f10f6c0e9c5b4ee536e68491b7deecadb27873 (patch)
treeb8c4fbc533fcd961e358cd04a30ac04224138da0 /docs/help
parent871813e2df2aa50745536a0d8834875915276a67 (diff)
Fix docs for first_pick's dyadic form
Dyadic ⊑ takes an index as its first argument and the list as its second.
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/first_pick.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/first_pick.html b/docs/help/first_pick.html
index 374bda18..afc509bb 100644
--- a/docs/help/first_pick.html
+++ b/docs/help/first_pick.html
@@ -18,7 +18,7 @@
</pre>
<h2 id="𝕨--𝕩-pick"><a class="header" href="#𝕨--𝕩-pick"><code><span class='Value'>𝕨</span> <span class='Function'>⊑</span> <span class='Value'>𝕩</span></code>: Pick</a></h2>
<p><a class="fulldoc" href="../doc/pick.html">→full documentation</a></p>
-<p>Pick the element of <code><span class='Value'>𝕨</span></code> at index <code><span class='Value'>𝕩</span></code>.</p>
+<p>Pick the element of <code><span class='Value'>𝕩</span></code> at index <code><span class='Value'>𝕨</span></code>.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MiDiipEg4p+oMSwgMiwgM+KfqQoKYiDihpAgM+KAvzMg4qWKIOKGlTkKCjLigL8wIOKKkSBi">↗️</a><pre> <span class='Number'>2</span> <span class='Function'>⊑</span> <span class='Bracket'>⟨</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Bracket'>⟩</span>
3