Skip to content

Commit c63ab00

Browse files
committed
Auto-generated commit
1 parent 5896640 commit c63ab00

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`8bab4a2`](https://github.com/stdlib-js/stdlib/commit/8bab4a2397a58eba888eef94d552a68aa884f76c) - **docs:** fix description _(by Athan Reines)_
2526
- [`b135c83`](https://github.com/stdlib-js/stdlib/commit/b135c83aaf95e1a2e03e22ab6f9348284ad300fc) - **docs:** fix typo _(by Athan Reines)_
2627
- [`803f30a`](https://github.com/stdlib-js/stdlib/commit/803f30a518a22fb4c01e5d2b82b37afd9f0d567d) - **test:** update import paths _(by Athan Reines)_
2728
- [`11c00ff`](https://github.com/stdlib-js/stdlib/commit/11c00ffd0eeae29f3137fdc5ddbfb02c45223bf9) - **feat:** add `stats/array/varianceyc` _(by Athan Reines)_

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 algorithm proposed by Youngs and Cramer.
42+
* Computes the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
4343
*
4444
* ## Method
4545
*

0 commit comments

Comments
 (0)