Skip to content

Commit 5a6467c

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 9dfd3f4 commit 5a6467c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

190190
#### stdlib_strided_smeanpn( N, \*X, strideX )
191191

192-
Calculate the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using a two-pass error correction algorithm.
192+
Computes the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using a two-pass error correction algorithm.
193193

194194
```c
195195
const float x[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f };

0 commit comments

Comments
 (0)