Skip to content

Commit 18b221a

Browse files
committed
Fix typo in EastAsianWidth javadoc
The Javadoc had a missing close <code> tag and also failed to mention the "start" parameter in the doc. Change-Id: I861d6646e82e1d49f23a09de8b68a61f81689f83
1 parent 2723e09 commit 18b221a

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)