Skip to content

Commit f34641a

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmskrange/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ double API_SUFFIX(stdlib_strided_dnanmskrange)( const CBLAS_INT N, const double
3838
}
3939

4040
/**
41-
* Computes the range of a double-precision floating-point strided array according to a mask, ignoring `NaN` values and alternative indexing semantics.
41+
* Computes the range of a double-precision floating-point strided array according to a mask, ignoring `NaN` values and using alternative indexing semantics.
4242
*
4343
* @param N number of indexed elements
4444
* @param X input array

0 commit comments

Comments
 (0)