Skip to content

Commit e65cb4d

Browse files
committed
check
1 parent 8bb7037 commit e65cb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/incr/nancv/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/nancv
2525
*
2626
* @example
27-
* var incrcv = require( '@stdlib/stats/incr/nancv' );
27+
* var incrnancv = require( '@stdlib/stats/incr/nancv' );
2828
*
2929
* var accumulator = incrnancv();
3030
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
// MODULES //
2222

23-
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2423
var incrcv = require( '@stdlib/stats/incr/cv' );
24+
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2525

2626

2727
// MAIN //

0 commit comments

Comments
 (0)