Skip to content

Commit 961fecf

Browse files
committed
Better Javadoc.
1 parent b0acbb1 commit 961fecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ public boolean isInAlphabet(final String basen) {
681681
* bits are not part of a valid encoding.
682682
*
683683
* <p>
684-
* The default is false for lenient encoding. Decoding will compose trailing bits into 8-bit bytes and discard the
684+
* The default is false for lenient decoding. Decoding will compose trailing bits into 8-bit bytes and discard the
685685
* remainder.
686686
* </p>
687687
*

0 commit comments

Comments
 (0)