Skip to content

Commit ebb5550

Browse files
authored
Update accessors.js
Signed-off-by: Kaushikgtm <[email protected]>
1 parent ad0c4d2 commit ebb5550

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmaxabs/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var abs = require( '@stdlib/math/base/special/abs' );
3535
* @param {Array<Function>} x.accessors - array element accessors
3636
* @param {integer} strideX - stride length
3737
* @param {NonNegativeInteger} offsetX - starting index
38-
* @returns {number} minimum value
38+
* @returns {number} maximum value
3939
*
4040
* @example
4141
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );

0 commit comments

Comments
 (0)