Skip to content

Commit 2c55276

Browse files
committed
chore: minor cleanup
1 parent bfaefbd commit 2c55276

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/nanrange-by/lib/accessors.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) 2020 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/base/nanrange-by/lib/ndarray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ var accessors = require( './accessors.js' );
3131
* Computes the range of a strided array via a callback function, ignoring `NaN` values.
3232
*
3333
* @param {PositiveInteger} N - number of indexed elements
34-
* @param {Collection} x - input array/collection
35-
* @param {integer} strideX - index increment
34+
* @param {Collection} x - input array
35+
* @param {integer} strideX - stride length
3636
* @param {NonNegativeInteger} offsetX - starting index
3737
* @param {Callback} clbk - callback
3838
* @param {*} [thisArg] - execution context

0 commit comments

Comments
 (0)