Skip to content

Commit 9df0c9d

Browse files
committed
Auto-generated commit
1 parent c87903c commit 9df0c9d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-22)
7+
## Unreleased (2024-09-26)
88

99
<section class="packages">
1010

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

103103
<details>
104104

105+
- [`7b02c16`](https://github.com/stdlib-js/stdlib/commit/7b02c160d8c9ecf6742ea0178c733f938e0c94c4) - **chore:** minor clean-up _(by Philipp Burckhardt)_
105106
- [`6f2d56d`](https://github.com/stdlib-js/stdlib/commit/6f2d56d0cb97bcc6074fea05d39add107cc8e04a) - **feat:** update error databases [(#2932)](https://github.com/stdlib-js/stdlib/pull/2932) _(by stdlib-bot, Philipp Burckhardt)_
106107
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - **feat:** update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899) _(by stdlib-bot, Athan Reines)_
107108

@@ -983,12 +984,10 @@ No changes reported for this release.
983984

984985
### Contributors
985986

986-
A total of 4 people contributed to this release. Thank you to the following contributors:
987+
A total of 2 people contributed to this release. Thank you to the following contributors:
987988

988989
- Athan Reines
989990
- Philipp Burckhardt
990-
- Philipp Burckthardt
991-
- Planeshifter
992991

993992
</section>
994993

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Christopher Dambamuromo <[email protected]>
2121
2222
Daniel Killenberger <[email protected]>
2323
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2425
Dominik Moritz <[email protected]>
2526
Dorrin Sotoudeh <[email protected]>
2627
EuniceSim142 <[email protected]>
@@ -99,6 +100,7 @@ Xiaochuan Ye <[email protected]>
99100
Yernar Yergaziyev <[email protected]>
100101
101102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
102104
orimiles5 <[email protected]>
103105
104106

tools/fmtprodmsg-factory/docs/types/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import fmtprodmsgFactory = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns an returns an error formatting function...
24+
// The function returns an error formatting function...
2525
{
2626
fmtprodmsgFactory( {} ); // $ExpectType FormatProdErrorMsgFunction
2727
}
@@ -42,7 +42,7 @@ import fmtprodmsgFactory = require( './index' );
4242
fcn( '3', 'wrong_type' ); // $ExpectType string
4343
}
4444

45-
// The compiler throws an error if the function is provided an `url` option which is not a string...
45+
// The compiler throws an error if the function is provided a `url` option which is not a string...
4646
{
4747
fmtprodmsgFactory( { 'url': true } ); // $ExpectError
4848
fmtprodmsgFactory( { 'url': false } ); // $ExpectError

tools/fmtprodmsg/docs/types/test.ts

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

2222
// TESTS //
2323

24-
// The function returns an string...
24+
// The function returns a string...
2525
{
2626
fmtprodmsg( '1' ); // $ExpectType string
2727
fmtprodmsg( '3', 'wrong_type' ); // $ExpectType string

0 commit comments

Comments
 (0)