Skip to content

Commit 6ab28b2

Browse files
committed
chore: resolve readme errors
1 parent 251547e commit 6ab28b2

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/base/igamax

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# idamax
21+
# igamax
2222

2323
> Find the index of the first element having maximum absolute value.
2424
@@ -27,10 +27,10 @@ limitations under the License.
2727
## Usage
2828

2929
```javascript
30-
var idamax = require( '@stdlib/blas/base/idamax' );
30+
var igamax = require( '@stdlib/blas/base/igamax' );
3131
```
3232

33-
#### idamax( N, x, strideX )
33+
#### igamax( N, x, strideX )
3434

3535
Finds the index of the first element having maximum absolute value.
3636

0 commit comments

Comments
 (0)