Skip to content

Commit d56283a

Browse files
authored
correct error in Base64 javadoc (#188)
1 parent ecce2b3 commit d56283a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/binary

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
public class Base64 extends BaseNCodec {
5757

5858
/**
59-
* BASE32 characters are 6 bits in length.
59+
* BASE64 characters are 6 bits in length.
6060
* They are formed by taking a block of 3 octets to form a 24-bit string,
6161
* which is converted into 4 BASE64 characters.
6262
*/

0 commit comments

Comments
 (0)