ICU-10201 Fix wording in documentation of DateFormat.

X-SVN-Rev: 33805
This commit is contained in:
Travis Keep 2013-06-05 20:49:25 +00:00
parent 97817ac0ae
commit e7c709b18e

View 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);