Skip to content

Commit d8f760f

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

5454
#### smeanpw( N, x, strideX )
5555

56-
Computes the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array `x` using pairwise summation.
56+
Computes the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using pairwise summation.
5757

5858
```javascript
5959
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)