diff --git a/icu4c/source/i18n/unicode/msgfmt.h b/icu4c/source/i18n/unicode/msgfmt.h index 8e1bf9b45f..c2f0738b11 100644 --- a/icu4c/source/i18n/unicode/msgfmt.h +++ b/icu4c/source/i18n/unicode/msgfmt.h @@ -184,7 +184,7 @@ class NumberFormat; *
NumberFormatter::forSkeleton(argSkeletonText, status).locale(getLocale()).toFormat(status)
* date
+ * date
* DateFormat.createDateInstance(kDefault, getLocale(), status)
* NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()
* date
+ * date
* DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())
*