diff --git a/moment/moment.d.ts b/moment/moment.d.ts index b8c2ee23cd..d26834a036 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -335,8 +335,8 @@ declare module moment { } interface MomentLanguageData extends BaseMomentLanguage { - /* - * formatType should be L, LL, LLL, LLLL. + /** + * @param formatType should be L, LL, LLL, LLLL. */ longDateFormat(formatType: string): string; }