Skip to content

Commit 86e88a0

Browse files
committed
Auto-generated commit
1 parent fad03b5 commit 86e88a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-06-24)
7+
## Unreleased (2025-06-25)
88

99
<section class="features">
1010

@@ -494,6 +494,7 @@ A total of 23 issues were closed in this release:
494494

495495
<details>
496496

497+
- [`e762ecf`](https://github.com/stdlib-js/stdlib/commit/e762ecf510ff53385304a1e062d23eb9fda90d01) - **docs:** fix signatures _(by Athan Reines)_
497498
- [`e995ce7`](https://github.com/stdlib-js/stdlib/commit/e995ce7c82cbe834b8e330968a08810e5b959282) - **fix:** ensure accessor array support _(by Athan Reines)_
498499
- [`f6e1c78`](https://github.com/stdlib-js/stdlib/commit/f6e1c7823e871a259642c49f1e6b40bd7bb73f4b) - **fix:** ensure accessor array support _(by Athan Reines)_
499500
- [`fc03354`](https://github.com/stdlib-js/stdlib/commit/fc0335492cf50370e574ce2bfea6ac310d0f2e5d) - **fix:** ensure accessor array support _(by Athan Reines)_

ext/base/sindex-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_sindex_of( const CBLAS_INT N, const float searchElement, float *X, const CBLAS_INT strideX );
215+
CBLAS_INT N stdlib_strided_sindex_of( const CBLAS_INT N, const float searchElement, const float *X, const CBLAS_INT strideX );
216216
```
217217

218218
#### stdlib_strided_sindex_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_sindex_of_ndarray( const CBLAS_INT N, const float searchElement, float *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );
238+
CBLAS_INT stdlib_strided_sindex_of_ndarray( const CBLAS_INT N, const float searchElement, const float *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );
239239
```
240240

241241
</section>

0 commit comments

Comments
 (0)