Skip to content

Commit 81969f3

Browse files
committed
fix typo in repeat docs
1 parent 4cc660d commit 81969f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitive/defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ primitive!(
16701670
/// The loop will end when the top value of the function's output is equal to the top value of the function's input.
16711671
/// For example, this could be used to flatten a deeply nested array.
16721672
/// ex: ⍥/◇⊂∞ {1 {2 3} {4 {5 6 {7}}}}
1673-
/// [un][repeat] will do something similar, except the number of repeitions required to converge will be returned as well. It may be necessary to [un] the inner function as well.
1673+
/// [un][repeat] will do something similar, except the number of repetitions required to converge will be returned as well. It may be necessary to [un] the inner function as well.
16741674
/// ex: °⍥°/◇⊂ {1 {2 3} {4 {5 6 {7}}}}
16751675
/// The number of repetitions may be non-scalar. In this case, the function will be repeated each row of the input a different number of times.
16761676
/// ex: ⍥(×2) [1 2 3 4] [5 5 5 5]

0 commit comments

Comments
 (0)