Skip to content

Commit 905700e

Browse files
committed
refractor: correct lint error
1 parent a373e72 commit 905700e

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmhmean/lib

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Compute a moving harmonic mean incrementally, ignoring `NaN` values
22+
* Compute a moving harmonic mean incrementally, ignoring `NaN` values.
2323
*
2424
* @module @stdlib/stats/incr/nanmhmean
2525
*
@@ -55,7 +55,7 @@
5555

5656
// MODULES //
5757

58-
var main = require( '@stdlib/stats/incr/nanmhmean/lib/main.js' );
58+
var main = require( './main.js' );
5959

6060

6161
// EXPORTS //

0 commit comments

Comments
 (0)