Skip to content

Commit 11d4de1

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var sstdevpn = require( '@stdlib/stats/base/sstdevpn' );
100100

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

103-
Computes the [standard deviation][standard-deviation] of a single-precision floating-point strided array `x` using a two-pass algorithm.
103+
Computes the [standard deviation][standard-deviation] of a single-precision floating-point strided array using a two-pass algorithm.
104104

105105
```javascript
106106
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)