Skip to content

Commit 877619b

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 46ee2fd commit 877619b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/dzasum

lib/node_modules/@stdlib/blas/base/dzasum/README.md

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

9494
- **offsetX**: starting index.
9595

96-
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 start from the second index,
96+
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 start from the second element
9797

9898
```javascript
9999
var Complex128Array = require( '@stdlib/array/complex128' );

0 commit comments

Comments
 (0)