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 eee3f89 commit 47852b7Copy full SHA for 47852b7
lib/node_modules/@stdlib/ndarray/flatten/lib/main.js
@@ -48,8 +48,7 @@ var format = require( '@stdlib/string/format' );
48
* @param {string} [options.order='row-major'] - order in which input ndarray elements are flattened
49
* @throws {TypeError} first argument must be an ndarray-like object
50
* @throws {TypeError} options argument must be an object
51
-* @throws {TypeError} options.depth must be a nonnegative integer
52
-* @throws {TypeError} options.order must be a recognized order
+* @throws {TypeError} must provide valid options
53
* @returns {ndarray} output ndarray
54
*
55
* @example
0 commit comments