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.
2 parents 505bbda + fdef741 commit b1646b5Copy full SHA for b1646b5
contracts/utils/Base64.sol
@@ -31,7 +31,7 @@ library Base64 {
31
/**
32
* @dev Converts a Base64 `string` to the `bytes` it represents.
33
*
34
- * * Supports padded an unpadded inputs.
+ * * Supports padded and unpadded inputs.
35
* * Supports both encoding ({encode} and {encodeURL}) seamlessly.
36
* * Does NOT revert if the input is not a valid Base64 string.
37
*/
0 commit comments