Skip to content

Commit 5f56441

Browse files
authored
docs: update desc
Signed-off-by: Athan <[email protected]>
1 parent b48a61c commit 5f56441

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/meanpw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var dt = String( getDType( y ) );
179179

180180
#### meanpw.assign( x, out\[, options] )
181181

182-
Computes the [arithmetic mean][arithmetic-mean] along one or more [ndarray][@stdlib/ndarray/ctor] dimensions, using pairwise summation, and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
182+
Computes the [arithmetic mean][arithmetic-mean] along one or more [ndarray][@stdlib/ndarray/ctor] dimensions using pairwise summation and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
183183

184184
```javascript
185185
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)