We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c44055 commit 6f235fcCopy full SHA for 6f235fc
lib/node_modules/@stdlib/ndarray/pop/lib/main.js
@@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
39
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
40
* @throws {RangeError} dimension index exceeds the number of dimensions
41
42
-* @throws {TypeError} second argument must be an integer
+* @throws {TypeError} options arguments must be an object
43
* @returns {Array<ndarray>} a list of ndarray views
44
*
45
* @example
0 commit comments