Skip to content

Commit 2067298

Browse files
committed
Auto-generated commit
1 parent 00cd6d0 commit 2067298

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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-23)
7+
## Unreleased (2025-04-26)
88

99
<section class="bug-fixes">
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
- [`b4767e5`](https://github.com/stdlib-js/stdlib/commit/b4767e55d6280ebd6248e3f4565e1789df5dcf00) - **fix:** set default task _(by Athan Reines)_
2627
- [`2d70fb0`](https://github.com/stdlib-js/stdlib/commit/2d70fb0472427a0870fd4ce7bb8b30993cf2f939) - **refactor:** update paths _(by Aayush Khanna)_
2728
- [`fc4a92a`](https://github.com/stdlib-js/stdlib/commit/fc4a92a4a2356e4de3026fcfcfbd6433121851a0) - **refactor:** update paths _(by Aayush Khanna)_

test/test.snanmean.native.js

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

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

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

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

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

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

0 commit comments

Comments
 (0)