aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-25 11:06:31 -0400
committerGitHub <noreply@github.com>2022-05-25 11:06:31 -0400
commit59597672ee48f89703f7a0097c871cc50795d135 (patch)
tree04f2a9b4320c80a13d75fb97ae4331db7990fdf5 /docs
parent3a1e71f88e3f1acf1a4ddc24e5bceb401d20a57d (diff)
parent08f10f6c0e9c5b4ee536e68491b7deecadb27873 (diff)
Merge pull request #69 from BJTerry/fix-first_pick-docs
Fix docs for first_pick's dyadic form
Diffstat (limited to 'docs')
-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