Skip to content

Commit c0d11ba

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 1d879ba commit c0d11ba

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dindex-of

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/dindex-of/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The function accepts the following arguments:
212212
- **strideX**: `[in] CBLAS_INT` stride length.
213213
214214
```c
215-
CBLAS_INT N stdlib_strided_dindex_of( const CBLAS_INT N, const double searchElement, double *X, const CBLAS_INT strideX );
215+
CBLAS_INT N stdlib_strided_dindex_of( const CBLAS_INT N, const double searchElement, const double *X, const CBLAS_INT strideX );
216216
```
217217

218218
#### stdlib_strided_dindex_of_ndarray( N, searchElement, \*X, strideX, offsetX )
@@ -235,7 +235,7 @@ The function accepts the following arguments:
235235
- **offsetX**: `[in] CBLAS_INT` starting index.
236236
237237
```c
238-
CBLAS_INT stdlib_strided_dindex_of_ndarray( const CBLAS_INT N, const double searchElement, double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );
238+
CBLAS_INT stdlib_strided_dindex_of_ndarray( const CBLAS_INT N, const double searchElement, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );
239239
```
240240

241241
</section>

0 commit comments

Comments
 (0)