Skip to content

Commit ae6ca3c

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 13c152e commit ae6ca3c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gnannsumkbn

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gnannsumkbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The function has the following additional parameters:
100100
- **offsetX**: starting index for `x`.
101101
- **offsetOut**: starting index for `out`.
102102

103-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, offset parameters support indexing semantics based on starting indices. For example, to calculate the sum of every other element starting from the second element:
103+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to calculate the sum of every other element starting from the second element:
104104

105105
```javascript
106106
var x = [ 2.0, 1.0, NaN, -2.0, -2.0, 2.0, 3.0, 4.0 ];

0 commit comments

Comments
 (0)