From 991b9e6e491ce6bc4338a14c9ed49423dea60bb0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 28 Sep 2024 21:26:33 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/docs/types/index.d.ts | 2 +- base/format-interpolate/docs/types/index.d.ts | 2 +- docs/types/index.d.ts | 2 +- format/docs/types/index.d.ts | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46315636..63c0153f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
+- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_ - [`b89c97c`](https://github.com/stdlib-js/stdlib/commit/b89c97ce0b812ff0b2aab16b4d77969d44fe3e8c) - **docs:** resolve lint errors in TS declaration files _(by Philipp Burckhardt)_ - [`ff9fa81`](https://github.com/stdlib-js/stdlib/commit/ff9fa81f917d539f1a11fba5580e1744991a8a11) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_ - [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_ diff --git a/base/docs/types/index.d.ts b/base/docs/types/index.d.ts index 6519596c..b25bcb0f 100644 --- a/base/docs/types/index.d.ts +++ b/base/docs/types/index.d.ts @@ -447,7 +447,7 @@ interface Namespace { * Generates string from a token array by interpolating values. * * @param tokens - string parts and format identifier objects - * @param ...args - variable values + * @param args - variable values * @throws invalid flags * @returns formatted string * diff --git a/base/format-interpolate/docs/types/index.d.ts b/base/format-interpolate/docs/types/index.d.ts index 12881dee..f66d129b 100644 --- a/base/format-interpolate/docs/types/index.d.ts +++ b/base/format-interpolate/docs/types/index.d.ts @@ -54,7 +54,7 @@ type StringOrToken = string | FormatIdentifier; * Generates string from a token array by interpolating values. * * @param tokens - string parts and format identifier objects -* @param ...args - variable values +* @param args - variable values * @throws invalid flags * @returns formatted string * diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 7f388df4..648dd8c4 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -311,7 +311,7 @@ interface Namespace { * Inserts supplied variable values into a format string. * * @param str - input string - * @param ...args - variable values + * @param args - variable values * @throws invalid flags * @returns formatted string * diff --git a/format/docs/types/index.d.ts b/format/docs/types/index.d.ts index 643f7905..cecb88d1 100644 --- a/format/docs/types/index.d.ts +++ b/format/docs/types/index.d.ts @@ -22,7 +22,7 @@ * Inserts supplied variable values into a format string. * * @param str - input string -* @param ...args - variable values +* @param args - variable values * @throws invalid flags * @returns formatted string *