From: Yoshito Umaoka Date: Thu, 25 Apr 2013 21:00:44 +0000 (+0000) Subject: ICU-9104 A minor change in the doc updated in the previous commit. X-Git-Tag: milestone-59-0-1~2931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cb16ea2bbebfe23a355720fe7c5b019460c8648;p=icu ICU-9104 A minor change in the doc updated in the previous commit. X-SVN-Rev: 33550 --- diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java index b222c46cca4..44da827104c 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java @@ -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. *