Skip to content

Commit d6585e8

Browse files
committed
Auto-generated commit
1 parent e1cdc56 commit d6585e8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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-01-11)
7+
## Unreleased (2025-01-14)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`b00d9f1`](https://github.com/stdlib-js/stdlib/commit/b00d9f1064701187f48a05b9753e74ae835b0726) - **docs:** fix typing error in `repl.txt` of `stats/base/*` [(#4750)](https://github.com/stdlib-js/stdlib/pull/4750) _(by Aayush Khanna)_
3536
- [`aa5eadc`](https://github.com/stdlib-js/stdlib/commit/aa5eadcaa2fa6e03f504918953a247f68ac26a47) - **refactor:** use stdlib dependencies instead of math.h in `stats/base/dcuminabs` [(#4699)](https://github.com/stdlib-js/stdlib/pull/4699) _(by Aayush Khanna)_
3637
- [`99378ce`](https://github.com/stdlib-js/stdlib/commit/99378ce076b7c6ec7b0ff29aa1ad8feac9121113) - **fix:** wrap void function call in `API_SUFFIX` [(#4603)](https://github.com/stdlib-js/stdlib/pull/4603) _(by Aayush Khanna)_
3738
- [`205c6ed`](https://github.com/stdlib-js/stdlib/commit/205c6edb5d756c2e5892c12e18b75a525f4e943f) - **chore:** disable lint rule _(by Philipp Burckhardt)_

docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
Input array.
2121

2222
strideX: integer
23-
Stride Length for `x`.
23+
Stride length for `x`.
2424

2525
y: Float64Array
2626
Output array.
2727

2828
strideY: integer
29-
Stride Length for `y`.
29+
Stride length for `y`.
3030

3131
Returns
3232
-------
@@ -75,7 +75,7 @@
7575
Input array.
7676

7777
strideX: integer
78-
Stride Length for `x`.
78+
Stride length for `x`.
7979

8080
offsetX: integer
8181
Starting index for `x`.
@@ -84,7 +84,7 @@
8484
Output array.
8585

8686
strideY: integer
87-
Stride Length for `y`.
87+
Stride length for `y`.
8888

8989
offsetY: integer
9090
Starting index for `y`.

0 commit comments

Comments
 (0)