Skip to content

Commit 4b693d9

Browse files
committed
correct comment
1 parent 513b9b5 commit 4b693d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/context.ts

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const addHeader = (header: string, body: string) => {
7878
* in the provided template with these names. Placeholders in the template should follow the format `{{userX}}`
7979
* where `X` is the position of the user (e.g., `{{user1}}`, `{{user2}}`).
8080
*
81-
* @param {Object} params - The parameters for generating the composed string.
8281
* @param {string} params.template - The template string containing placeholders for random user names.
8382
* @param {number} params.length - The number of random user names to generate.
8483
* @returns {string} The template string with placeholders replaced by random user names.

0 commit comments

Comments
 (0)