diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index 3001b54bd872b1acad1bd2aa1e3103b793207dc4..2970133e44b5c5f903fd52cc16ddbc51757b824a 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -270,7 +270,7 @@ export class Calendar { * Get calendar's name localized for display in the given locale. * * @param locale Locale used to get the localized name for this calendar. - * @return Retuns the localized name of this calendar. + * @return Returns the localized name of this calendar. * @since 8 */ getDisplayName(locale: string): string; @@ -280,7 +280,7 @@ export class Calendar { * the date object of this calendar is used. * * @param date Date object whose attribute is desired. - * @return Retuns whether the date is a weekend day. + * @return Returns whether the date is a weekend day. * @since 8 */ isWeekend(date?: Date): boolean;