Skip to content

Commit ec6d1ed

Browse files
committed
docs: fix error description
1 parent d4f4054 commit ec6d1ed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/iter/matrices/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var format = require( '@stdlib/string/format' );
4545
* @param {Options} [options] - function options
4646
* @param {boolean} [options.readonly=true] - boolean indicating whether returned views should be read-only
4747
* @throws {TypeError} first argument must be an ndarray
48-
* @throws {TypeError} first argument must have at least two dimensions
48+
* @throws {TypeError} first argument must have at least three dimensions
4949
* @throws {TypeError} options argument must be an object
5050
* @throws {TypeError} must provide valid options
5151
* @throws {Error} cannot write to a read-only array

0 commit comments

Comments
 (0)