Skip to content

Commit 47852b7

Browse files
authored
docs: update description based on conventions
Signed-off-by: Athan <[email protected]>
1 parent eee3f89 commit 47852b7

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ var format = require( '@stdlib/string/format' );
4848
* @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
51-
* @throws {TypeError} options.depth must be a nonnegative integer
52-
* @throws {TypeError} options.order must be a recognized order
51+
* @throws {TypeError} must provide valid options
5352
* @returns {ndarray} output ndarray
5453
*
5554
* @example

0 commit comments

Comments
 (0)