Skip to content

Commit b1646b5

Browse files
committed
Merge branch 'feature/base64-decode' of https://github.com/Amxx/openzeppelin-contracts into feature/base64-decode
2 parents 505bbda + fdef741 commit b1646b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/Base64.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library Base64 {
3131
/**
3232
* @dev Converts a Base64 `string` to the `bytes` it represents.
3333
*
34-
* * Supports padded an unpadded inputs.
34+
* * Supports padded and unpadded inputs.
3535
* * Supports both encoding ({encode} and {encodeURL}) seamlessly.
3636
* * Does NOT revert if the input is not a valid Base64 string.
3737
*/

0 commit comments

Comments
 (0)