You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/primitive/defs.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1670,7 +1670,7 @@ primitive!(
1670
1670
/// The loop will end when the top value of the function's output is equal to the top value of the function's input.
1671
1671
/// For example, this could be used to flatten a deeply nested array.
1672
1672
/// 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.
1674
1674
/// ex: °⍥°/◇⊂ {1 {2 3} {4 {5 6 {7}}}}
1675
1675
/// 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.
0 commit comments