Skip to content

Commit f7c0075

Browse files
committed
fix: correct import variable name in example and also added trailing newline
1 parent 80cbbdb commit f7c0075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/incr/nanmmeanvar/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @module @stdlib/stats/incr/nanmmeanvar
2525
*
2626
* @example
27-
* var incrmmeanvar = require( '@stdlib/stats/incr/nanmmeanvar' );
27+
* var incrnanmmeanvar = require( '@stdlib/stats/incr/nanmmeanvar' );
2828
*
2929
* var accumulator = incrnanmmeanvar( 3 );
3030
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ function incrnanmmeanvar( out, W ) {
8181

8282
// EXPORTS //
8383

84-
module.exports = incrnanmmeanvar;
84+
module.exports = incrnanmmeanvar;

0 commit comments

Comments
 (0)