Skip to content

Commit 6218632

Browse files
committed
fix: jsdoc
1 parent dc752cd commit 6218632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/strings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ export function parseCustomReplacements(text: string): Map<string, string> {
539539
/**
540540
* Escapes the markdown special characters in the provided text.
541541
*
542-
* @param text The text to escape the markdown special characters in.
543-
* @return The text with the markdown special characters escaped.
542+
* @param {string} text The text to escape the markdown special characters in.
543+
* @return {string} The text with the markdown special characters escaped.
544544
*
545545
* @example
546546
* ```ts

0 commit comments

Comments
 (0)