Skip to content

Commit 7ec0df6

Browse files
authored
chore: code review
1 parent 949c89a commit 7ec0df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' );
2727
// MAIN //
2828

2929
/**
30-
* Computes the maximum value of a strided array.
30+
* Computes the minimum value of a strided array.
3131
*
3232
* @private
3333
* @param {PositiveInteger} N - number of indexed elements

0 commit comments

Comments
 (0)