Skip to content

Commit 8a1008f

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent d428349 commit 8a1008f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var nanmin = require( '@stdlib/stats/base/nanmin' );
3838

3939
#### nanmin( N, x, strideX )
4040

41-
Computes the minimum value of a strided array `x`, ignoring `NaN` values.
41+
Computes the minimum value of a strided array, ignoring `NaN` values.
4242

4343
```javascript
4444
var x = [ 1.0, -2.0, NaN, 2.0 ];

0 commit comments

Comments
 (0)