Skip to content

Commit 051cb6c

Browse files
authored
Update ndarray.js
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 56a1fd8 commit 051cb6c

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/range/lib

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/range/lib/ndarray.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2025 The Stdlib Authors.
4+
* Copyright (c) 2020 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.
@@ -32,8 +32,8 @@ var accessors = require( './accessors.js' );
3232
*
3333
* @param {PositiveInteger} N - number of indexed elements
3434
* @param {NumericArray} x - input array
35-
* @param {integer} strideX - stride length for `x`
36-
* @param {NonNegativeInteger} offsetX - starting index for `x`
35+
* @param {integer} strideX - stride length
36+
* @param {NonNegativeInteger} offsetX - starting index
3737
* @returns {number} range
3838
*
3939
* @example

0 commit comments

Comments
 (0)