Skip to content

Commit 5da7a58

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent f336640 commit 5da7a58

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanstdev/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var incrstdev = require( '@stdlib/stats/incr/stdev' );
3030
* Returns an accumulator function which incrementally computes a corrected sample standard deviation, ignoring `NaN` values.
3131
*
3232
* @param {number} [mean] - mean value
33-
* @throws {TypeError} must provide a number primitive
33+
* @throws {TypeError} must provide a number
3434
* @returns {Function} accumulator function
3535
*
3636
* @example

0 commit comments

Comments
 (0)