Skip to content

Commit ec4bc34

Browse files
committed
Auto-generated commit
1 parent 51e965e commit ec4bc34

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-24)
7+
## Unreleased (2025-03-25)
88

99
<section class="packages">
1010

@@ -1217,6 +1217,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
12171217

12181218
<details>
12191219

1220+
- [`70bee88`](https://github.com/stdlib-js/stdlib/commit/70bee887bd024ca10b1676742e0f3b3051fa7b00) - **docs:** update namespace TypeScript declarations [(#6357)](https://github.com/stdlib-js/stdlib/pull/6357) _(by stdlib-bot)_
12201221
- [`442efb4`](https://github.com/stdlib-js/stdlib/commit/442efb4980c95c38eb1333c1d7a38b5e2ab4d2ec) - **chore:** resolve lint errors _(by Athan Reines)_
12211222
- [`3419f20`](https://github.com/stdlib-js/stdlib/commit/3419f20af1c819b14ab5ccf7b17379fa8f977399) - **chore:** resolve lint errors _(by Athan Reines)_
12221223
- [`47f726c`](https://github.com/stdlib-js/stdlib/commit/47f726ce566a85f054035c662768653bae07d25a) - **chore:** resolve lint errors _(by Athan Reines)_

base/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ interface Namespace {
954954
*
955955
* ## Notes
956956
*
957-
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a 'float32' input ndarray).
957+
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a `'float32'` input ndarray).
958958
*
959959
* @param x - input ndarray
960960
* @param value - scalar value

docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ interface Namespace {
577577
*
578578
* ## Notes
579579
*
580-
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a 'float32' input ndarray).
580+
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a `'float32'` input ndarray).
581581
*
582582
* @param x - input ndarray
583583
* @param value - scalar value

0 commit comments

Comments
 (0)