aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-10 07:24:26 -0500
committerGitHub <noreply@github.com>2022-12-10 07:24:26 -0500
commit98db677ede6cafd100a6f5d136ab5f2b90ac1eb1 (patch)
treea4979e0b13afab27670b5ed5cf1eb607c18e8a4a
parent6251f6340dd7ed09052b2d9bd49073a7d00f787d (diff)
parent1415a4e3875092b9a367fac4f1c1e88945eb8836 (diff)
Merge pull request #84 from goranpjevic/patch-1
fix a typo
-rw-r--r--docs/help/repeat.html2
-rw-r--r--help/repeat.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/repeat.html b/docs/help/repeat.html
index 8bb6e6fe..c12a77e1 100644
--- a/docs/help/repeat.html
+++ b/docs/help/repeat.html
@@ -7,7 +7,7 @@
<h1 id="circle-star-"><a class="header" href="#circle-star-">Circle Star (<code><span class='Modifier2'>⍟</span></code>)</a></h1>
<h2 id="𝔽𝔾-𝕩-𝕨-𝔽𝔾-𝕩-repeat"><a class="header" href="#𝔽𝔾-𝕩-𝕨-𝔽𝔾-𝕩-repeat"><code><span class='Function'>𝔽</span><span class='Modifier2'>⍟</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>, <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier2'>⍟</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>: Repeat</a></h2>
<p><a class="fulldoc" href="../doc/repeat.html">→full documentation</a></p>
-<p>Apply <code><span class='Function'>𝔾</span></code> to <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code>, then apply <code><span class='Function'>𝔽</span></code> to <code><span class='Value'>𝕩</span></code> that may times. If <code><span class='Value'>𝕨</span></code> is given, use it each time as a constant left argument.</p>
+<p>Apply <code><span class='Function'>𝔾</span></code> to <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code>, then apply <code><span class='Function'>𝔽</span></code> to <code><span class='Value'>𝕩</span></code> that many times. If <code><span class='Value'>𝕨</span></code> is given, use it each time as a constant left argument.</p>
<p>If <code><span class='Function'>𝔾</span></code> returns an array, give <code><span class='Function'>𝔽</span><span class='Modifier2'>⍟</span><span class='Value'>𝕩</span></code> for each of its elements.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSAr4o2f4oqiIDQKCjEgK+KNnzHigL8y4oC/MyA0CgozIOKIvuKNn3viiaDwnZWpfSDin6g0LDUsNuKfqQ==">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>+</span><span class='Modifier2'>⍟</span><span class='Function'>⊢</span> <span class='Number'>4</span>
8
diff --git a/help/repeat.md b/help/repeat.md
index 2ddd1881..3cd58772 100644
--- a/help/repeat.md
+++ b/help/repeat.md
@@ -5,7 +5,7 @@
## `𝔽⍟𝔾 𝕩`, `𝕨 𝔽⍟𝔾 𝕩`: Repeat
[→full documentation](../doc/repeat.md)
-Apply `𝔾` to `𝕨` and `𝕩`, then apply `𝔽` to `𝕩` that may times. If `𝕨` is given, use it each time as a constant left argument.
+Apply `𝔾` to `𝕨` and `𝕩`, then apply `𝔽` to `𝕩` that many times. If `𝕨` is given, use it each time as a constant left argument.
If `𝔾` returns an array, give `𝔽⍟𝕩` for each of its elements.