]> granicus.if.org Git - icu/commitdiff
ICU-10201 Fix wording in documentation of DateFormat.
authorTravis Keep <keep94@gmail.com>
Wed, 5 Jun 2013 20:49:25 +0000 (20:49 +0000)
committerTravis Keep <keep94@gmail.com>
Wed, 5 Jun 2013 20:49:25 +0000 (20:49 +0000)
X-SVN-Rev: 33805

icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java

index a4912596bbb6c169410204393edf95abca2078ca..6a7faff83518d1e2375286fda0ab22349935fad4 100644 (file)
@@ -66,7 +66,7 @@ import com.ibm.icu.util.ULocale.Category;
  * }
  * </pre>
  * <p>
- * 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().
  * 
  * <pre>
  * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);