We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efc6f3 commit 1cc3e09Copy full SHA for 1cc3e09
lib/node_modules/@stdlib/ndarray/filter/lib/main.js
@@ -44,7 +44,7 @@ var format = require( '@stdlib/string/format' );
44
* @param {ndarray} x - input ndarray
45
* @param {Options} [options] - function options
46
* @param {string} [options.dtype] - output array data type
47
-* @param {boolean} [options.order='row-major'] - index iteration order
+* @param {boolean} [options.order] - index iteration order
48
* @param {Callback} predicate - predicate function
49
* @param {*} [thisArg] - predicate execution context
50
* @throws {TypeError} first argument must be an ndarray-like object
0 commit comments