Skip to content

Commit eee3f89

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent d0c2a3b commit eee3f89

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/flatten/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/flatten/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var format = require( '@stdlib/string/format' );
4545
* @param {ndarray} x - input ndarray
4646
* @param {Object} [options] - function options
4747
* @param {NonNegativeInteger} [options.depth] - number of dimensions to flatten
48-
* @param {String} [options.order] - order of the output ndarray
48+
* @param {string} [options.order='row-major'] - order in which input ndarray elements are flattened
4949
* @throws {TypeError} first argument must be an ndarray-like object
5050
* @throws {TypeError} options argument must be an object
5151
* @throws {TypeError} options.depth must be a nonnegative integer

0 commit comments

Comments
 (0)