Skip to content

Commit c1bca3f

Browse files
committed
JavaDoc updates.
1 parent 13e5b2e commit c1bca3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/dannemann/stringcompressor/AsciiCompressor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ public static String getString(final byte[] bytes) {
139139
* explicitly by this charset, which is typically chosen based on specific application requirements.</p>
140140
* <p>Refer to the default character sets provided by this library: {@link FourBitAsciiCompressor#DEFAULT_4BIT_CHARSET},
141141
* {@link FiveBitAsciiCompressor#DEFAULT_5BIT_CHARSET}, and {@link SixBitAsciiCompressor#DEFAULT_6BIT_CHARSET}.</p>
142-
* <p>Important: The order at which you define the characters in the array matters, and it will define the lexicographic
143-
* ordering the binary search will follow. It's a good practice to define your custom charset following the ASCII ordering.</p>
142+
* <p>Important: The order in which you list characters in this array matters, as it defines the lexicographic
143+
* order the binary search will follow. It's good practice to define your custom charset in standard ASCII order.</p>
144144
* @author Jean Dannemann Carone
145145
* @see FourBitBinarySearch
146146
* @see FiveBitBinarySearch

0 commit comments

Comments
 (0)