Skip to content

Commit 547e285

Browse files
committed
lint errors
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent b1efce1 commit 547e285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/incr/nanrange/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{alias}}()
2-
Returns an accumulator function which incrementally computes a range, ignoring
3-
`NaN` values.
2+
Returns an accumulator function which incrementally computes a range,
3+
ignoring `NaN` values.
44

55
If provided a value, the accumulator function returns an updated range. If
66
not provided a value, the accumulator function returns the current range.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
// MODULES //
5151

52-
var main = require( '@stdlib/stats/incr/nanrange/lib/main.js' );
52+
var main = require( '@stdlib/stats/incr/nanrange' );
5353

5454

5555
// EXPORTS //

0 commit comments

Comments
 (0)