Skip to content

Commit 56a1fd8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
2626
// MAIN //
2727

2828
/**
29-
* Computes the range of a strided array using accessors.
29+
* Computes the range of a strided array.
3030
*
3131
* @private
3232
* @param {PositiveInteger} N - number of indexed elements

0 commit comments

Comments
 (0)