Skip to content

Commit 7b91888

Browse files
committed
Auto-generated commit
1 parent ca73680 commit 7b91888

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-15)
7+
## Unreleased (2024-09-21)
88

99
<section class="bug-fixes">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`6feb08f`](https://github.com/stdlib-js/stdlib/commit/6feb08f927a08bc7fbb29a721e04218cbd618200) - **style:** fix missing space _(by Athan Reines)_
2526
- [`583452c`](https://github.com/stdlib-js/stdlib/commit/583452c820523f4bc97b293b4424d0c1bf59fffc) - **fix:** add missing property _(by Athan Reines)_
2627

2728
</details>

CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -39,6 +40,7 @@ Joey Reed <[email protected]>
3940
Jordan Gallivan <[email protected]>
4041
Joris Labie <[email protected]>
4142
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4244
Karthik Prakash <[email protected]>
4345
4446
Krishnendu Das <[email protected]>

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function isBooleanArray( value ) {
7878
* @returns {boolean} boolean indicating if a value is a boolean typed array constructor
7979
*/
8080
function isBooleanArrayConstructor( value ) {
81-
return ( value === BooleanArray);
81+
return ( value === BooleanArray );
8282
}
8383

8484

0 commit comments

Comments
 (0)