Skip to content

Commit d99a955

Browse files
committed
Reorder parameter list items to match function signature
1 parent 24b6bb6 commit d99a955

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/utils/do-while-each/docs

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/utils/do-while-each/docs/repl.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
Input collection over which to iterate. If provided an object, the
2222
object must be array-like (excluding strings and functions).
2323

24+
fcn: Function
25+
The function to invoke for each element in a collection.
26+
2427
predicate: Function
2528
The predicate function which indicates whether to continue iterating
2629
over a collection.
2730

28-
fcn: Function
29-
The function to invoke for each element in a collection.
30-
3131
thisArg: any (optional)
3232
Execution context for the applied function.
3333

0 commit comments

Comments
 (0)