Skip to content

Commit 0cdcb5c

Browse files
committed
chore: fix comment
1 parent ec60bd1 commit 0cdcb5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export declare namespace MET {
240240

241241
/**
242242
* @param text content to be translated
243-
* @param source language code
243+
* @param from source language code
244244
* @param to target language code(s). `en` by default.
245245
* @param options optional translate options
246246
*/

scripts/index.tpl.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export declare namespace MET {
103103

104104
/**
105105
* @param text content to be translated
106-
* @param source language code
106+
* @param from source language code
107107
* @param to target language code(s). `en` by default.
108108
* @param options optional translate options
109109
*/

0 commit comments

Comments
 (0)