From e7c709b18efa9d375b292c8894151117b90f20a7 Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Wed, 5 Jun 2013 20:49:25 +0000 Subject: [PATCH] ICU-10201 Fix wording in documentation of DateFormat. X-SVN-Rev: 33805 --- icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java index a4912596bbb..6a7faff8351 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java @@ -66,7 +66,7 @@ import com.ibm.icu.util.ULocale.Category; * } * *

- * To format a number for a different Locale, specify it in the call to getDateInstance(). + * To format a date for a different Locale, specify it in the call to getDateInstance(). * *

  * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
-- 
2.40.0