Skip to content

Commit f3dccc9

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var format = require( '@stdlib/string/format' );
3939
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
4040
* @throws {TypeError} options argument must be an object
4141
* * @throws {TypeError} must provide valid options
42-
* @throws {RangeError} dimension index exceeds the number of dimensions
4342
* @returns {Array<ndarray>} a list of ndarrays
4443
*
4544
* @example

0 commit comments

Comments
 (0)