Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
stdlib-bot committed Sep 28, 2024
1 parent 10da2b5 commit 991b9e6
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ A total of 2 people contributed to this release. Thank you to the following cont

<details>

- [`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)_
2 changes: 1 addition & 1 deletion base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -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
*
2 changes: 1 addition & 1 deletion base/format-interpolate/docs/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -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
*
2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -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
*
2 changes: 1 addition & 1 deletion format/docs/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -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
*

0 comments on commit 991b9e6

Please sign in to comment.