]> granicus.if.org Git - icu/commitdiff
ICU-9104 A minor change in the doc updated in the previous commit.
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 25 Apr 2013 21:00:44 +0000 (21:00 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 25 Apr 2013 21:00:44 +0000 (21:00 +0000)
X-SVN-Rev: 33550

icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java

index b222c46cca493c5927e23208605e284f528aec2f..44da827104c0f5c4b3ad82881dfee54df5f0d1b5 100644 (file)
@@ -101,7 +101,7 @@ import com.ibm.icu.lang.UCharacter;
  * next() or vice versa, reset(), setOffset() or setText() has to be called first
  * to reset the status, shifting current position to either the end or the start of
  * the string (reset() or setText()), or the specified position (setOffset()).
- * Hence at the next call of previous() or next(), the first or last collation order,
+ * Hence at the next call of next() or previous(), the first or last collation order,
  * or collation order at the specified position will be returned. If a change of
  * direction is done without one of these calls, the result is undefined.
  * </p>