Skip to content

Commit c61fb57

Browse files
committed
Auto-generated commit
1 parent 7ee934b commit c61fb57

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-14)
7+
## Unreleased (2025-04-26)
88

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`9f85b5d`](https://github.com/stdlib-js/stdlib/commit/9f85b5d90cb6fcaf052116cd06aa4a693757f0ec) - **test:** fix description _(by Philipp Burckhardt)_
2526
- [`1d8b212`](https://github.com/stdlib-js/stdlib/commit/1d8b2124adec6be1f3d639ab0b53146a7539f243) - **refactor:** update paths _(by Aayush Khanna)_
2627
- [`99388d1`](https://github.com/stdlib-js/stdlib/commit/99388d1aeabe238c519707b8e08843a4bdeb04d4) - **test:** fix grammar in descriptions _(by Athan Reines)_
2728
- [`9000841`](https://github.com/stdlib-js/stdlib/commit/9000841dbe1534a4b1984975068101a641383840) - **style:** fix decimals _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
5151
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
5252
Frank Kovacs <fran70kk@gmail.com>
5353
GK Bishnoi <gkishan1kyt@gmail.com>
54+
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5455
Gaurav <gaurav70380@gmail.com>
5556
Gautam sharma <gautamkrishnasharma1@gmail.com>
5657
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
@@ -105,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
105106
Neeraj Pathak <neerajrpathak710@gmail.com>
106107
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
107108
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
108110
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
109111
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
110112
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
@@ -177,9 +179,11 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
177179
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
178180
Yugal Kaushik <yugalkaushik14@gmail.com>
179181
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
182+
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
180183
ditsu <170345142+ditsus@users.noreply.github.com>
181184
ekambains <bainsinbusiness@gmail.com>
182185
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
186+
iraandrushko <71790513+iraandrushko@users.noreply.github.com>
183187
lohithganni <116790357+lohithganni@users.noreply.github.com>
184188
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
185189
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>

test/test.dssum.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a Float32Array', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a Float32Array', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -103,7 +103,7 @@ tape( 'the functions throws an error if provided a second argument which is not
103103
}
104104
});
105105

106-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
106+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
107107
var values;
108108
var i;
109109

0 commit comments

Comments
 (0)