Skip to content

Commit 1cc3e09

Browse files
committed
docs: fix annotation
1 parent 7efc6f3 commit 1cc3e09

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var format = require( '@stdlib/string/format' );
4444
* @param {ndarray} x - input ndarray
4545
* @param {Options} [options] - function options
4646
* @param {string} [options.dtype] - output array data type
47-
* @param {boolean} [options.order='row-major'] - index iteration order
47+
* @param {boolean} [options.order] - index iteration order
4848
* @param {Callback} predicate - predicate function
4949
* @param {*} [thisArg] - predicate execution context
5050
* @throws {TypeError} first argument must be an ndarray-like object

0 commit comments

Comments
 (0)