Skip to content

Commit a6846d6

Browse files
committed
Auto-generated commit
1 parent 9e5b51f commit a6846d6

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-04-20)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`f3dfe11`](https://github.com/stdlib-js/stdlib/commit/f3dfe11d51efdea95678b1d4a4c3f246d7883598) - **docs:** update descriptions _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.3">
640

741
## 0.2.3 (2026-02-04)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The function accepts the following arguments:
170170
- **data**: `[out] uint16_t**` pointer for returning a reference to the output array.
171171
- **message1**: `[in] char*` error message if a value is not a `Uint16Array`.
172172
- **message2**: `[in] char*` error message if a value has insufficient elements.
173-
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a number, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
173+
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a `Uint16Array` or sufficient elements, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
174174
175175
```c
176176
napi_status stdlib_napi_argv_strided_uint16array( const napi_env env, const int64_t N, const int64_t stride, const napi_value value, uint16_t **data, const char *message1, const char *message2, napi_value *err );

0 commit comments

Comments
 (0)