Skip to content

Commit 0441176

Browse files
committed
docs: fix descriptions
1 parent 0010618 commit 0441176

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/isamax

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ int idx = c_isamax( 5, x, 1 );
183183
The function accepts the following arguments:
184184
185185
- **N**: `[in] CBLAS_INT` number of indexed elements.
186-
- **X**: `[in] float*` first input array.
186+
- **X**: `[in] float*` input array.
187187
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
188188
189189
```c
@@ -204,7 +204,7 @@ int idx = c_isamax_ndarray( 5, x, 1, 0 );
204204
The function accepts the following arguments:
205205
206206
- **N**: `[in] CBLAS_INT` number of indexed elements.
207-
- **X**: `[in] float*` first input array.
207+
- **X**: `[in] float*` input array.
208208
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
209209
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
210210

0 commit comments

Comments
 (0)