Skip to content

Commit fdef741

Browse files
Amxxarr00
andauthored
Update Base64.sol
Co-authored-by: Arr00 <[email protected]>
1 parent 4147b05 commit fdef741

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)