Skip to content

Commit 821768c

Browse files
committed
Added comments for usage.
1 parent 3db27f0 commit 821768c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moment/moment.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ declare module moment {
335335
}
336336

337337
interface MomentLanguageData extends BaseMomentLanguage {
338-
/*
339-
* formatType should be L, LL, LLL, LLLL.
338+
/**
339+
* @param formatType should be L, LL, LLL, LLLL.
340340
*/
341341
longDateFormat(formatType: string): string;
342342
}

0 commit comments

Comments
 (0)