Skip to content

Commit 6f235fc

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 3c44055 commit 6f235fc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
3939
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
4040
* @throws {RangeError} dimension index exceeds the number of dimensions
4141
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
42-
* @throws {TypeError} second argument must be an integer
42+
* @throws {TypeError} options arguments must be an object
4343
* @returns {Array<ndarray>} a list of ndarray views
4444
*
4545
* @example

0 commit comments

Comments
 (0)