Skip to content

Commit 6095259

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 1ea6901 commit 6095259

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

160160
- **offsetX**: starting index for `x`.
161161

162-
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 [standard deviation][standard-deviation] for every other element in `x` starting from the second element
162+
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 [standard deviation][standard-deviation] for every other element in `x` starting from the second element
163163

164164
```javascript
165165
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)