diff --git a/packages/common/src/i18n/format_date.ts b/packages/common/src/i18n/format_date.ts index b25921e5dd..fe25660e44 100644 --- a/packages/common/src/i18n/format_date.ts +++ b/packages/common/src/i18n/format_date.ts @@ -46,7 +46,7 @@ enum TranslationType { * * Formats a date according to locale rules. * - * @param value The date to format, as a number (milliseconds since UTC epoch) + * @param value The date to format, as a Date, or a number (milliseconds since UTC epoch) * or an [ISO date-time string](https://www.w3.org/TR/NOTE-datetime). * @param format The date-time components to include. See `DatePipe` for details. * @param locale A locale code for the locale format rules to use.