Skip to content

Commit

Permalink
correct error in Base64 javadoc (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 27, 2023
1 parent ecce2b3 commit d56283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/codec/binary/Base64.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
public class Base64 extends BaseNCodec {

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

0 comments on commit d56283a

Please sign in to comment.