Skip to content

Commit 9ec9c5c

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

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
@@ -76,7 +76,7 @@ var y = icamax( 2, x1, 1 );
7676
// returns 1
7777
```
7878

79-
#### icamax.ndarray( N, x, strideX, offset )
79+
#### icamax.ndarray( N, x, strideX, offsetX )
8080

8181
Finds the index of the first element having maximum |Re(.)| + |Im(.)| using alternative indexing semantics.
8282

0 commit comments

Comments
 (0)