Skip to content

Commit 94f1751

Browse files
krutonAndroid (Google) Code Review
authored andcommitted
Merge "Fix typo in EastAsianWidth javadoc" into froyo
2 parents 9f95c64 + 18b221a commit 94f1751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/java/android/text/AndroidCharacter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ public native static void getDirectionalities(char[] src, byte[] dest,
5353

5454
/**
5555
* Fill the first <code>count</code> bytes of <code>dest</code> with the
56-
* East Asian Width from the first <code>count</code> chars of
57-
* <code>src</code>. East Asian Width is calculated based on
56+
* East Asian Width from <code>count</code> chars of <code>src</code>
57+
* starting at <code>start</code>. East Asian Width is calculated based on
5858
* <a href="http://unicode.org/reports/tr11/">Unicode TR#11</a>. Each entry
59-
* in <code>dest> will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
59+
* in <code>dest</code> will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
6060
* {@link #EAST_ASIAN_WIDTH_AMBIGUOUS}, {@link #EAST_ASIAN_WIDTH_HALF_WIDTH},
6161
* {@link #EAST_ASIAN_WIDTH_FULL_WIDTH}, {@link #EAST_ASIAN_WIDTH_NARROW},
6262
* or {@link #EAST_ASIAN_WIDTH_WIDE}.

0 commit comments

Comments
 (0)