Skip to content

Commit 247f2c8

Browse files
committed
docs: fix description
1 parent 3dbf75f commit 247f2c8

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/base/flatten2d-by/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/flatten2d-by/docs/repl.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545

4646
{{alias}}.assign( x, shape, colex, out, stride, offset, clbk[, thisArg] )
47-
Flattens a two-dimensional nested array and assigns elements to a provided
48-
output array.
47+
Flattens a two-dimensional nested array according to a callback function
48+
and assigns elements to a provided output array.
4949

5050
The function assumes that all nested arrays have the same length (i.e., the
5151
input array is *not* a ragged array).

0 commit comments

Comments
 (0)