Skip to content

Commit 11b3503

Browse files
committed
Auto-generated commit
1 parent 10f0f82 commit 11b3503

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

.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-02-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3024bb3`](https://github.com/stdlib-js/stdlib/commit/3024bb37f70bf55295d9c4bf81107ff57c15ff8a) - **docs:** fix section comments and lint errors in `array` and `assert` READMEs _(by Philipp Burckhardt)_
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+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.3">
640

741
## 0.1.3 (2026-02-08)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939

4040
</section>
4141

42-
<!-- ./intro -->
42+
<!-- /.intro -->
4343

4444
<section class="installation">
4545

@@ -153,7 +153,7 @@ bool = isComplexTypedArray( new Uint8Array( 10 ) );
153153
bool = isComplexTypedArray( new Uint8ClampedArray( 10 ) );
154154
// returns false
155155

156-
bool = isComplexTypedArray( { 'length': 0 } );
156+
bool = isComplexTypedArray({ 'length': 0 });
157157
// returns false
158158
```
159159

0 commit comments

Comments
 (0)