diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-25 11:06:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 11:06:31 -0400 |
| commit | 59597672ee48f89703f7a0097c871cc50795d135 (patch) | |
| tree | 04f2a9b4320c80a13d75fb97ae4331db7990fdf5 | |
| parent | 3a1e71f88e3f1acf1a4ddc24e5bceb401d20a57d (diff) | |
| parent | 08f10f6c0e9c5b4ee536e68491b7deecadb27873 (diff) | |
Merge pull request #69 from BJTerry/fix-first_pick-docs
Fix docs for first_pick's dyadic form
| -rw-r--r-- | docs/help/first_pick.html | 2 | ||||
| -rw-r--r-- | help/first_pick.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/help/first_pick.md b/help/first_pick.md index 6824accb..07e94643 100644 --- a/help/first_pick.md +++ b/help/first_pick.md @@ -18,7 +18,7 @@ First element of `𝕩`. ## `𝕨 ⊑ 𝕩`: Pick [→full documentation](../doc/pick.md) -Pick the element of `𝕨` at index `𝕩`. +Pick the element of `𝕩` at index `𝕨`. 2 ⊑ ⟨1, 2, 3⟩ |
