From b5b8492a6fbe7946bf01045e1dee10cce3c536da Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Thu, 8 May 2014 22:46:37 +0000 Subject: [PATCH] ICU-10887 Fix documentation in MeasureFormat. X-SVN-Rev: 35696 --- icu4c/source/i18n/unicode/measfmt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/unicode/measfmt.h b/icu4c/source/i18n/unicode/measfmt.h index f71c4dbf59a..188aefdf840 100644 --- a/icu4c/source/i18n/unicode/measfmt.h +++ b/icu4c/source/i18n/unicode/measfmt.h @@ -26,9 +26,10 @@ #ifndef U_HIDE_DRAFT_API /** * Constants for various widths. - * There are 3 widths: Wide, Short, Narrow. + * There are 4 widths: Wide, Short, Narrow, Numeric. * For example, for English, when formatting "3 hours" - * Wide is "3 hours"; short is "3 hrs"; narrow is "3h" + * Wide is "3 hours"; short is "3 hrs"; narrow is "3h"; + * formatting "3 hours 17 minutes" as numeric give "3:17" * @draft ICU 53 */ enum UMeasureFormatWidth { -- 2.40.0