Skip to content

Commit dcd7521

Browse files
authored
docs: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent dc303df commit dcd7521

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/variancetk/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var GENERIC_DTYPE = 'generic';
3939
// MAIN //
4040

4141
/**
42-
* Computes the standard deviation of an array using a one-pass textbook algorithm.
42+
* Computes the variance of an array using a one-pass textbook algorithm.
4343
*
4444
* @param {NumericArray} x - input array
4545
* @param {number} [correction=1.0] - degrees of freedom adjustment

0 commit comments

Comments
 (0)