Skip to content

Commit aba7a96

Browse files
committed
Auto-generated commit
1 parent e1d43b0 commit aba7a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

133133
- **offset**: starting index.
134134

135-
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 multiply the last three elements of `x` by a constant
135+
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 multiply the last three elements of `x` by a constant
136136

137137
```javascript
138138
var Float32Array = require( '@stdlib/array-float32' );

0 commit comments

Comments
 (0)