Skip to content

Commit 14bb790

Browse files
committed
fix lint errors
1 parent 8899b54 commit 14bb790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var incrmminmax = require( '@stdlib/stats/incr/mminmax' );
3636
* @returns {Function} accumulator function
3737
*
3838
* @example
39-
* var accumulator = incrmminmax( 3 );
39+
* var accumulator = incrnanmminmax( 3 );
4040
*
4141
* var mm = accumulator();
4242
* // returns null

0 commit comments

Comments
 (0)