Skip to content

Commit 12bab1f

Browse files
committed
fix: wrong jsdoc
1 parent 3b22146 commit 12bab1f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

packages/core-base/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export type MessageFunctionInternal<T = string> = {
7878
*
7979
* @param ctx - A {@link MessageContext}
8080
*
81-
* @return A resolved format message, that is string type basically.
81+
* @returns A resolved format message, that is string type basically.
8282
*
8383
* @VueI18nGeneral
8484
*/

packages/vue-i18n-core/src/composer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ export interface Composer<
15131513
*
15141514
* @param key - A target locale message key
15151515
*
1516-
* @return Locale messages
1516+
* @returns Locale messages
15171517
*/
15181518
tm<
15191519
Key extends string,

packages/vue-i18n/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Vue I18n General APIs
33
*
4-
* @description
54
* This is providing APIs for internationalization functionalities.
65
*
76
* @module general

packages/vue-i18n/src/vue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Component Injection APIs
33
*
4-
* @description
54
* Provide component injections for Vue Component Custom Options and Properties
65
*
76
* @module vue

0 commit comments

Comments
 (0)