]> granicus.if.org Git - icu/commitdiff
ICU-10268 fix spelling and punctuation.
authorTravis Keep <keep94@gmail.com>
Tue, 17 Dec 2013 23:20:58 +0000 (23:20 +0000)
committerTravis Keep <keep94@gmail.com>
Tue, 17 Dec 2013 23:20:58 +0000 (23:20 +0000)
X-SVN-Rev: 34787

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

index e8c3957fdf66d04dd488c8cec1bede53d5a38a83..0a7c3e20a2eaffe5fd7d9b7feadd29ca2db50c8c 100644 (file)
@@ -81,7 +81,7 @@ import com.ibm.icu.util.UResourceBundle;
  * whatever units it is given
  * <p>
  * This class is immutable and thread-safe so long as its subclasses TimeUnitFormat and
- * CurrencyFormat are never used. Neither subclass is thread-safe and TimeUnitFormat is
+ * CurrencyFormat are never used. Neither subclass is thread-safe, and TimeUnitFormat is
  * mutable. Although this class has existing subclasses, this class does not support new
  * sub-classes.   
  *
@@ -366,7 +366,7 @@ public class MeasureFormat extends UFormat {
     }
     
     /**
-     * To MeasureFormats, a and b, are equal if and only if they have the same width,
+     * Two MeasureFormats, a and b, are equal if and only if they have the same width,
      * locale, and equal number formats.
      * @draft ICU 53
      * @provisional