Skip to content

Commit b7e00c5

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

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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 (2024-09-26)
7+
## Unreleased (2024-09-28)
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+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
105106
- [`7b02c16`](https://github.com/stdlib-js/stdlib/commit/7b02c160d8c9ecf6742ea0178c733f938e0c94c4) - **chore:** minor clean-up _(by Philipp Burckhardt)_
106107
- [`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)_
107108
- [`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)_

tools/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface Namespace {
4747
* Formats an error message for production.
4848
*
4949
* @param code - error code
50-
* @param ...args - error message arguments
50+
* @param args - error message arguments
5151
* @returns formatted error message
5252
*
5353
* @example

tools/fmtprodmsg-factory/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Formats an error message for production.
2525
*
2626
* @param code - error code
27-
* @param ...args - error message arguments
27+
* @param args - error message arguments
2828
* @returns formatted error message
2929
*/
3030
type FormatProdErrorMsgFunction = ( code: any, ...args: Array<any> ) => string;

tools/fmtprodmsg/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Formats an error message for production.
2525
*
2626
* @param code - error code
27-
* @param ...args - error message arguments
27+
* @param args - error message arguments
2828
* @returns formatted error message
2929
*
3030
* @example

0 commit comments

Comments
 (0)