Skip to content

Commit fd45d7b

Browse files
authored
docs: align JSDoc throws ordering across stats/array outliers
PR-URL: #11838 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent a054af5 commit fd45d7b

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

lib/node_modules/@stdlib/stats/array/nanstdev/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/nanstdevch/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/nanstdevpn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/nanstdevtk/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/nanstdevwd/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/nanstdevyc/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/stdev/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/stdevch/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/stdevpn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

lib/node_modules/@stdlib/stats/array/stdevtk/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment
46-
* @throws {TypeError} first argument must have a supported data type
4746
* @throws {TypeError} first argument must be an array-like object
47+
* @throws {TypeError} first argument must have a supported data type
4848
* @throws {TypeError} second argument must be a number
4949
* @returns {number} standard deviation
5050
*

0 commit comments

Comments
 (0)