Skip to content

Commit a50d967

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 7ebf161 commit a50d967

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var format = require( '@stdlib/string/format' );
4040
* @throws {RangeError} dimension index exceeds the number of dimensions
4141
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
4242
* @throws {TypeError} options arguments must be an object
43+
* @throws {TypeError} must provide valid options
4344
* @returns {Array<ndarray>} a list of ndarray views
4445
*
4546
* @example

0 commit comments

Comments
 (0)