Skip to content

Commit e0e6609

Browse files
committed
Auto-generated commit
1 parent 586cab0 commit e0e6609

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ A total of 36 issues were closed in this release:
260260

261261
<details>
262262

263+
- [`3b764ec`](https://github.com/stdlib-js/stdlib/commit/3b764ec4b17ebce14902ac68a42bc5df62c3aef5) - **docs:** remove stray console.log _(by Athan Reines)_
263264
- [`f101dfa`](https://github.com/stdlib-js/stdlib/commit/f101dfa3d4cdd280ab58690114862ab15e8993ef) - **style:** fix line wrapping and remove trailing whitespace _(by Athan Reines)_
264265
- [`040efaf`](https://github.com/stdlib-js/stdlib/commit/040efaff1efa5576e2625694c19e3a5644c92f5c) - **bench:** refactor to use string interpolation in `array/typed-real` [(#10036)](https://github.com/stdlib-js/stdlib/pull/10036) _(by Aman Singh)_
265266
- [`b721461`](https://github.com/stdlib-js/stdlib/commit/b721461895b04dd66f0915c76347244a7cc56148) - **docs:** revert style changes _(by Athan Reines)_

bool/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,8 +1813,6 @@ logEach( '%s', out );
18131813
arr = new Uint8Array( [ 1, 0, 1, 1, 0, 1 ] );
18141814
out = new BooleanArray( arr.buffer, 1, 2 );
18151815
logEach( '%s', out );
1816-
1817-
console.log( '%s', false );
18181816
```
18191817

18201818
</section>

bool/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ logEach( '%s', out );
4040
arr = new Uint8Array( [ 1, 0, 1, 1, 0, 1 ] );
4141
out = new BooleanArray( arr.buffer, 1, 2 );
4242
logEach( '%s', out );
43-
44-
console.log( '%s', false );

0 commit comments

Comments
 (0)