Skip to content

Commit 7f4268e

Browse files
chore: update grammar
1 parent 0f0acdb commit 7f4268e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ console.log( v );
185185

186186
#### stdlib_strided_dsnanmean( N, \*X, strideX )
187187

188-
Computes the Arithmetic Mean of a single-precision floating-point strided array `x`, ignoring `NaN` values, using extended accumulation, and returning an extended precision result.
188+
Computes the arithmetic mean of a single-precision floating-point strided array `x`, ignoring `NaN` values, using extended accumulation, and returning an extended precision result.
189189

190190
```c
191191
const float x[] = { 1.0f, 2.0f, 0.0f/0.0f, 3.0f, 0.0f/0.0f, 4.0f, 5.0f, 6.0f, 0.0f/0.0f, 7.0f, 8.0f, 0.0f/0.0f };

0 commit comments

Comments
 (0)