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 7ee7d36 commit ba735e1Copy full SHA for ba735e1
lib/node_modules/@stdlib/stats/array/stdev/lib/main.js
@@ -45,7 +45,7 @@ var GENERIC_DTYPE = 'generic';
45
* @param {number} [correction=1.0] - degrees of freedom adjustment
46
* @throws {TypeError} first argument must have a supported data type
47
* @throws {TypeError} first argument must be an array-like object
48
-* @throws {TypeError} second argument must be an number
+* @throws {TypeError} second argument must be a number
49
* @returns {number} standard deviation
50
*
51
* @example
0 commit comments