We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0acbb1 commit 961fecfCopy full SHA for 961fecf
1 file changed
src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
@@ -681,7 +681,7 @@ public boolean isInAlphabet(final String basen) {
681
* bits are not part of a valid encoding.
682
*
683
* <p>
684
- * The default is false for lenient encoding. Decoding will compose trailing bits into 8-bit bytes and discard the
+ * The default is false for lenient decoding. Decoding will compose trailing bits into 8-bit bytes and discard the
685
* remainder.
686
* </p>
687
0 commit comments