Skip to content

Commit 54132e0

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
1 parent 9ec9c5c commit 54132e0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/icamax/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 index,
9797

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

0 commit comments

Comments
 (0)