diff --git a/lib/node_modules/@stdlib/blas/ext/one-to/lib/assign.js b/lib/node_modules/@stdlib/blas/ext/one-to/lib/assign.js index 240e7f8256ba..adecd684a366 100644 --- a/lib/node_modules/@stdlib/blas/ext/one-to/lib/assign.js +++ b/lib/node_modules/@stdlib/blas/ext/one-to/lib/assign.js @@ -47,7 +47,7 @@ var base = require( './base.js' ); * @throws {TypeError} first argument must be an ndarray-like object having at least one dimension * @throws {TypeError} first argument must have a supported data type * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {RangeError} dimension indices must not exceed input ndarray bounds * @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions * @returns {ndarray} input ndarray diff --git a/lib/node_modules/@stdlib/blas/ext/one-to/lib/main.js b/lib/node_modules/@stdlib/blas/ext/one-to/lib/main.js index 8f83d3ae17a5..fe609470eab8 100644 --- a/lib/node_modules/@stdlib/blas/ext/one-to/lib/main.js +++ b/lib/node_modules/@stdlib/blas/ext/one-to/lib/main.js @@ -52,7 +52,7 @@ var base = require( './base.js' ); * @param {ArrayLikeObject} [options.submode=["throw"]] - specifies how to handle subscripts which exceed ndarray dimensions on a per dimension basis * @throws {TypeError} first argument must be either a nonnegative integer or an array of nonnegative integers * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {RangeError} dimension indices must not exceed input ndarray bounds * @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions * @returns {ndarray} output ndarray diff --git a/lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js b/lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js index 3e287f2b6ce7..83af1afd9412 100644 --- a/lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js +++ b/lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js @@ -47,7 +47,7 @@ var base = require( './base.js' ); * @throws {TypeError} first argument must be an ndarray-like object having at least one dimension * @throws {TypeError} first argument must have a supported data type * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {RangeError} dimension indices must not exceed input ndarray bounds * @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions * @returns {ndarray} input ndarray diff --git a/lib/node_modules/@stdlib/blas/ext/zero-to/lib/main.js b/lib/node_modules/@stdlib/blas/ext/zero-to/lib/main.js index 9f30dfb834c0..6c3630d36cb5 100644 --- a/lib/node_modules/@stdlib/blas/ext/zero-to/lib/main.js +++ b/lib/node_modules/@stdlib/blas/ext/zero-to/lib/main.js @@ -52,7 +52,7 @@ var base = require( './base.js' ); * @param {ArrayLikeObject} [options.submode=["throw"]] - specifies how to handle subscripts which exceed ndarray dimensions on a per dimension basis * @throws {TypeError} first argument must be either a nonnegative integer or an array of nonnegative integers * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {RangeError} dimension indices must not exceed input ndarray bounds * @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions * @returns {ndarray} output ndarray