Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 26, 2024
1 parent c87903c commit 9df0c9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-22)
## Unreleased (2024-09-26)

<section class="packages">

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

<details>

- [`7b02c16`](https://github.com/stdlib-js/stdlib/commit/7b02c160d8c9ecf6742ea0178c733f938e0c94c4) - **chore:** minor clean-up _(by Philipp Burckhardt)_
- [`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)_
- [`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)_

Expand Down Expand Up @@ -983,12 +984,10 @@ No changes reported for this release.

### Contributors

A total of 4 people contributed to this release. Thank you to the following contributors:
A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt
- Philipp Burckthardt
- Planeshifter

</section>

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Christopher Dambamuromo <[email protected]>
Dan Rose <[email protected]>
Daniel Killenberger <[email protected]>
Daniel Yu <[email protected]>
Debashis Maharana <[email protected]>
Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
EuniceSim142 <[email protected]>
Expand Down Expand Up @@ -99,6 +100,7 @@ Xiaochuan Ye <[email protected]>
Yernar Yergaziyev <[email protected]>
naveen <[email protected]>
nishant-s7 <[email protected]>
olenkabilonizhka <[email protected]>
orimiles5 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions tools/fmtprodmsg-factory/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import fmtprodmsgFactory = require( './index' );

// TESTS //

// The function returns an returns an error formatting function...
// The function returns an error formatting function...
{
fmtprodmsgFactory( {} ); // $ExpectType FormatProdErrorMsgFunction
}
Expand All @@ -42,7 +42,7 @@ import fmtprodmsgFactory = require( './index' );
fcn( '3', 'wrong_type' ); // $ExpectType string
}

// The compiler throws an error if the function is provided an `url` option which is not a string...
// The compiler throws an error if the function is provided a `url` option which is not a string...
{
fmtprodmsgFactory( { 'url': true } ); // $ExpectError
fmtprodmsgFactory( { 'url': false } ); // $ExpectError
Expand Down
2 changes: 1 addition & 1 deletion tools/fmtprodmsg/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import fmtprodmsg = require( './index' );

// TESTS //

// The function returns an string...
// The function returns a string...
{
fmtprodmsg( '1' ); // $ExpectType string
fmtprodmsg( '3', 'wrong_type' ); // $ExpectType string
Expand Down

0 comments on commit 9df0c9d

Please sign in to comment.