Skip to content

Commit 1ea6901

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

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
@@ -100,7 +100,7 @@ var dstdev = require( '@stdlib/stats/base/dstdev' );
100100

101101
#### dstdev( N, correction, x, strideX )
102102

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

105105
```javascript
106106
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)