Skip to content

Commit ccdf4d4

Browse files
committed
small edits
--- 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 3f6c567 commit ccdf4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/incr/nanrange/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type accumulator = ( x?: number ) => number | null;
4848
*
4949
* v = accumulator( -1.0 );
5050
* // returns 3.0
51-
*
51+
*
5252
* v = accumulator( NaN );
5353
* // returns 3.0
5454
*

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)