Skip to content

Commit 997a743

Browse files
committed
Auto-generated commit
1 parent 73ae830 commit 997a743

3 files changed

Lines changed: 36 additions & 3 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-06-05)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3d01e36`](https://github.com/stdlib-js/stdlib/commit/3d01e36f3512db51788021478b6a3f10c312a047) - **docs:** update related packages sections [(#12549)](https://github.com/stdlib-js/stdlib/pull/12549) _(by stdlib-bot, 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-07)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool = isArrayBuffer( new Uint32Array( 10 ) );
130130
bool = isArrayBuffer( new Float64Array( 10 ) );
131131
// returns false
132132

133-
bool = isArrayBuffer( new Array( 10 ) );
133+
bool = isArrayBuffer( [ 0, 0, 0, 0 ] );
134134
// returns false
135135

136136
bool = isArrayBuffer( {} );
@@ -153,7 +153,7 @@ bool = isArrayBuffer( null );
153153
## See Also
154154

155155
- <span class="package-name">[`@stdlib/assert-is-sharedarraybuffer`][@stdlib/assert/is-sharedarraybuffer]</span><span class="delimiter">: </span><span class="description">test if a value is a SharedArrayBuffer.</span>
156-
- <span class="package-name">[`@stdlib/assert-is-typed-array`][@stdlib/assert/is-typed-array]</span><span class="delimiter">: </span><span class="description">test if a value is a typed array.</span>
156+
- <span class="package-name">[`@stdlib/assert-is-typed-array`][@stdlib/assert/is-typed-array]</span><span class="delimiter">: </span><span class="description">test if a value is a built-in typed array.</span>
157157

158158
</section>
159159

0 commit comments

Comments
 (0)