We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecce2b3 commit d56283aCopy full SHA for d56283a
1 file changed
src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -56,7 +56,7 @@
56
public class Base64 extends BaseNCodec {
57
58
/**
59
- * BASE32 characters are 6 bits in length.
+ * BASE64 characters are 6 bits in length.
60
* They are formed by taking a block of 3 octets to form a 24-bit string,
61
* which is converted into 4 BASE64 characters.
62
*/
0 commit comments