Skip to content

Commit 8d6b61b

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

237237
#### stdlib_strided_dstdev( N, correction, \*X, strideX )
238238

239-
Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array `x`.
239+
Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array.
240240

241241
```c
242242
const double x[] = { 1.0, -2.0, 2.0 };

0 commit comments

Comments
 (0)