Skip to content

Commit f06dc2b

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 747721b commit f06dc2b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ console.log( v );
194194

195195
#### stdlib_strided_dmean( N, \*X, strideX )
196196

197-
Calculate the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array.
197+
Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array.
198198

199199
```c
200200
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 };

0 commit comments

Comments
 (0)