Skip to content

Commit bb02a55

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 644042d commit bb02a55

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

238238
#### stdlib_strided_svarianceyc( N, correction, \*X, strideX )
239239

240-
Computes the [variance][variance] of a single-precision floating-point strided array `x` using a one-pass algorithm proposed by Youngs and Cramer.
240+
Computes the [variance][variance] of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
241241

242242
```c
243243
const float x[] = { 1.0f, -2.0f, 2.0f };

0 commit comments

Comments
 (0)