Skip to content

Commit 7762b2f

Browse files
committed
Auto-generated commit
1 parent 4231bda commit 7762b2f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 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 (2024-12-15)
7+
## Unreleased (2024-12-16)
88

99
<section class="packages">
1010

@@ -386,6 +386,8 @@ A total of 3 people contributed to this release. Thank you to the following cont
386386

387387
<details>
388388

389+
- [`58f02bf`](https://github.com/stdlib-js/stdlib/commit/58f02bf605d6879cd80152f11f913451df2ad494) - **docs:** fix comment _(by Athan Reines)_
390+
- [`baffefb`](https://github.com/stdlib-js/stdlib/commit/baffefb25177147fa3bafa5c1d0562a7528d5054) - **docs:** fix comment _(by Athan Reines)_
389391
- [`0546f39`](https://github.com/stdlib-js/stdlib/commit/0546f395abecb502fd703aa364e758bd733cd18e) - **docs:** disable lint rule _(by Athan Reines)_
390392
- [`5079aa3`](https://github.com/stdlib-js/stdlib/commit/5079aa30f3aa11908c78aac6750b4272852dbb4d) - **docs:** disable lint rule _(by Athan Reines)_
391393
- [`e81185b`](https://github.com/stdlib-js/stdlib/commit/e81185b4a0fa3537ab4a8a16644b7fa90bb184a3) - **refactor:** rely on `ndarray/to-fancy` for implementation logic _(by Athan Reines)_

base/min-signed-integer-dtype/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import minSignedIntegerDataType = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns a data type..
24+
// The function returns a data type...
2525
{
2626
minSignedIntegerDataType( 2 ); // $ExpectType DataType
2727
}

base/min-unsigned-integer-dtype/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import minUnsignedIntegerDataType = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns a data type..
24+
// The function returns a data type...
2525
{
2626
minUnsignedIntegerDataType( 2 ); // $ExpectType DataType
2727
}

0 commit comments

Comments
 (0)