We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f4054 commit ec6d1edCopy full SHA for ec6d1ed
lib/node_modules/@stdlib/ndarray/iter/matrices/lib/main.js
@@ -45,7 +45,7 @@ var format = require( '@stdlib/string/format' );
45
* @param {Options} [options] - function options
46
* @param {boolean} [options.readonly=true] - boolean indicating whether returned views should be read-only
47
* @throws {TypeError} first argument must be an ndarray
48
-* @throws {TypeError} first argument must have at least two dimensions
+* @throws {TypeError} first argument must have at least three dimensions
49
* @throws {TypeError} options argument must be an object
50
* @throws {TypeError} must provide valid options
51
* @throws {Error} cannot write to a read-only array
0 commit comments