File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/dannemann/stringcompressor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments