Skip to content

Commit 2536eb7

Browse files
committed
Auto-generated commit
1 parent d1e973e commit 2536eb7

5 files changed

Lines changed: 40 additions & 7 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-23)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`c4bfea2`](https://github.com/stdlib-js/stdlib/commit/c4bfea2e3178cba70287c950d10c90d718938bb9) - **docs:** update related packages sections [(#13071)](https://github.com/stdlib-js/stdlib/pull/13071) _(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
@@ -147,7 +147,7 @@ bool = isSharedArrayBuffer( new Uint32Array( 10 ) );
147147
bool = isSharedArrayBuffer( new Float64Array( 10 ) );
148148
// returns false
149149

150-
bool = isSharedArrayBuffer( new Array( 10 ) );
150+
bool = isSharedArrayBuffer( [ 1, 2, 3, 4 ] );
151151
// returns false
152152

153153
bool = isSharedArrayBuffer( {} );
@@ -170,7 +170,7 @@ bool = isSharedArrayBuffer( null );
170170
## See Also
171171

172172
- <span class="package-name">[`@stdlib/assert-is-arraybuffer`][@stdlib/assert/is-arraybuffer]</span><span class="delimiter">: </span><span class="description">test if a value is an ArrayBuffer.</span>
173-
- <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>
173+
- <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>
174174

175175
</section>
176176

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)