Skip to content

Commit 8a05a32

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

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

56-
Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array `x` using a two-pass error correction algorithm.
56+
Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array using a two-pass error correction algorithm.
5757

5858
```javascript
5959
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)