Skip to content

Commit 3c9a2ec

Browse files
authored
docs: fix missing punctuation
Signed-off-by: Athan <[email protected]>
1 parent 784e757 commit 3c9a2ec

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The function has the following additional parameters:
106106

107107
- **offsetX**: starting index for `x`.
108108

109-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index For example, to calculate the [arithmetic mean][arithmetic-mean] for every other element in `x` starting from the second element
109+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the [arithmetic mean][arithmetic-mean] for every other element in `x` starting from the second element
110110

111111
```javascript
112112
var x = [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ];

0 commit comments

Comments
 (0)