Skip to content

Commit 8485cc8

Browse files
committed
Auto-generated commit
1 parent 21a5494 commit 8485cc8

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-06-02)
7+
## Unreleased (2025-06-25)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`ed5e336`](https://github.com/stdlib-js/stdlib/commit/ed5e33607785b54d61361d0399c6c47ed5775d64) - **docs:** minor clean-up _(by Philipp Burckhardt)_
1516
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
26+
Annamalai Prabu <[email protected]>
2527
Anshu Kumar <[email protected]>
2628
Anshu Kumar <[email protected]>
2729
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2831
Athan Reines <[email protected]>
2932
3033
Bhavishy Agrawal <[email protected]>
@@ -34,10 +37,12 @@ Bryan Elee <[email protected]>
3437
Chinmay Joshi <[email protected]>
3538
Christopher Dambamuromo <[email protected]>
3639
40+
Daniel Hernandez Gomez <[email protected]>
3741
Daniel Killenberger <[email protected]>
3842
Daniel Yu <[email protected]>
3943
Debashis Maharana <[email protected]>
4044
Deep Trivedi <[email protected]>
45+
Deepak Singh <[email protected]>
4146
Desh Deepak Kant <[email protected]>
4247
4348
Dhanyabad behera <[email protected]>
@@ -53,11 +58,13 @@ Frank Kovacs <[email protected]>
5358
GK Bishnoi <[email protected]>
5459
GURU PRASAD SHARMA <[email protected]>
5560
61+
Gautam Kaushik <[email protected]>
5662
Gautam sharma <[email protected]>
5763
Girish Garg <[email protected]>
5864
Golden Kumar <[email protected]>
5965
Gunj Joshi <[email protected]>
6066
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6168
Haroon Rasheed <[email protected]>
6269
6370
@@ -90,6 +97,7 @@ Krishnam Agarwal <[email protected]>
9097
Krishnendu Das <[email protected]>
9198
Kshitij-Dale <[email protected]>
9299
Lalit Narayan Yadav <[email protected]>
100+
Lokesh Ranjan <[email protected]>
93101
Lovelin Dhoni J B <[email protected]>
94102
95103
Mahfuza Humayra Mohona <[email protected]>
@@ -118,6 +126,7 @@ Ognjen Jevremović <[email protected]>
118126
Oneday12323 <[email protected]>
119127
Ori Miles <[email protected]>
120128
Philipp Burckhardt <[email protected]>
129+
Pierre Forstmann <[email protected]>
121130
Prajjwal Bajpai <[email protected]>
122131
Prajwal Kulkarni <[email protected]>
123132
Pranav Goswami <[email protected]>
@@ -194,6 +203,7 @@ ditsu <[email protected]>
194203
ekambains <[email protected]>
195204
fadiothman22 <[email protected]>
196205
iraandrushko <[email protected]>
206+
197207
lohithganni <[email protected]>
198208
olenkabilonizhka <[email protected]>
199209
pranav-1720 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bool = isNegativeNumberArray( [ -3.0, '-3.0' ] );
8181

8282
#### isNegativeNumberArray.primitives( value )
8383

84-
Tests if a `value` is an array-like object `array` containing **only** primitive negative numbers.
84+
Tests if a `value` is an array-like object containing **only** primitive negative numbers.
8585

8686
<!-- eslint-disable no-new-wrappers -->
8787

@@ -97,7 +97,7 @@ bool = isNegativeNumberArray.primitives( [ -3.0, new Number(-1.0) ] );
9797

9898
#### isNegativeNumberArray.objects( value )
9999

100-
Tests if a `value` is an array-like object `array` containing **only** object negative numbers.
100+
Tests if a `value` is an array-like object containing **only** object negative numbers.
101101

102102
<!-- eslint-disable no-new-wrappers, max-len -->
103103

0 commit comments

Comments
 (0)