Skip to content

Commit 4172353

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 44dc708 commit 4172353

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var v = dsumkbn.ndarray( 3, x, 1, 0 );
9595

9696
The function has the following additional parameters:
9797

98-
- **offset**: starting index for `x`.
98+
- **offsetX**: starting index for `x`.
9999

100100
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 sum of every other element starting from the second element:
101101

0 commit comments

Comments
 (0)