We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5de80f commit ac8e9ebCopy full SHA for ac8e9eb
src/org/jcodings/Encoding.java
@@ -170,9 +170,9 @@ Encoding replicate(byte[]name) {
170
*
171
* @return
172
* 0 Never
173
- * > 0 Valid character, length returned
+ * > 0 Valid character, length returned
174
* -1 Illegal/malformed character
175
- * < -1 (-1 - n) Number of missing bytes for character in p...end range
+ * < -1 (-1 - n) Number of missing bytes for character in p...end range
176
177
* Oniguruma equivalent: <code>mbc_enc_len</code>
178
* modified for 1.9 purposes,
0 commit comments