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 2050256 commit 95c41d2Copy full SHA for 95c41d2
contracts/utils/Base64.sol
@@ -34,7 +34,7 @@ library Base64 {
34
*/
35
function _encode(bytes memory data, string memory table, bool withPadding) private pure returns (string memory) {
36
/**
37
- * Inspired by Brecht Devos (Brechtpd) implementation - MIT licence
+ * Inspired by Brecht Devos (Brechtpd) implementation - MIT license
38
* https://github.com/Brechtpd/base64/blob/e78d9fd951e7b0977ddca77d92dc85183770daf4/base64.sol
39
40
if (data.length == 0) return "";
0 commit comments