Skip to content

Commit 0d98fbb

Browse files
committed
Auto-generated commit
1 parent 1d675d4 commit 0d98fbb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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-03-08)
7+
## Unreleased (2025-03-09)
88

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`9a6831e`](https://github.com/stdlib-js/stdlib/commit/9a6831eb31d985baec5ca19f5286e5756bacad8f) - **refactor:** update paths _(by Gururaj Gurram)_
2526
- [`c528ca7`](https://github.com/stdlib-js/stdlib/commit/c528ca74afe26392c37b06db6bacbd9b7a874af2) - **feat:** add `number/int32/base/mul` _(by Gururaj Gurram)_
2627

2728
</details>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ for ( i = 0; i < 100; i++ ) {
137137

138138
## See Also
139139

140-
- <span class="package-name">[`@stdlib/math-base/ops/imuldw`][@stdlib/math/base/ops/imuldw]</span><span class="delimiter">: </span><span class="description">compute the double word product of two signed 32-bit integers.</span>
140+
- <span class="package-name">[`@stdlib/number-int32/base/muldw`][@stdlib/number/int32/base/muldw]</span><span class="delimiter">: </span><span class="description">compute the double word product of two signed 32-bit integers.</span>
141141

142142
</section>
143143

@@ -217,7 +217,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
217217

218218
<!-- <related-links> -->
219219

220-
[@stdlib/math/base/ops/imuldw]: https://github.com/stdlib-js/math-base-ops-imuldw
220+
[@stdlib/number/int32/base/muldw]: https://github.com/stdlib-js/number-int32-base-muldw
221221

222222
<!-- </related-links> -->
223223

0 commit comments

Comments
 (0)