Skip to content

Commit dd39f9c

Browse files
headlessNodekgryte
andauthored
fix: apply review suggestions
Co-authored-by: Athan <[email protected]> Signed-off-by: Muhammad Haris <[email protected]>
1 parent 8787916 commit dd39f9c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The function has the following additional parameters:
109109
- **offsetX**: starting index for `x`.
110110
- **offsetY**: starting index for `y`.
111111

112-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, offsetX and offsetY parameters support indexing semantics based on starting indices. For example, to calculate the cumulative sum of every other element in the strided input array starting from the second element and to store in the last `N` elements of the strided output array starting from the last element:
112+
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 cumulative sum of every other element in the strided input array starting from the second element and to store in the last `N` elements of the strided output array starting from the last element:
113113

114114
```javascript
115115
var x = [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ];

0 commit comments

Comments
 (0)