Skip to content

Commit 19d447b

Browse files
authored
docs: fix missing word
Signed-off-by: Athan <[email protected]>
1 parent f26444e commit 19d447b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/scasum

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scasum/README.md

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

9595
- **offsetX**: starting index for `x`.
9696

97-
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 compute the sum of last three elements,
97+
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 compute the sum of the last three elements,
9898

9999
```javascript
100100
var Complex64Array = require( '@stdlib/array/complex64' );

0 commit comments

Comments
 (0)