Skip to content

Commit 95c41d2

Browse files
fix: couple of typos (#5833)
1 parent 2050256 commit 95c41d2

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
@@ -34,7 +34,7 @@ library Base64 {
3434
*/
3535
function _encode(bytes memory data, string memory table, bool withPadding) private pure returns (string memory) {
3636
/**
37-
* Inspired by Brecht Devos (Brechtpd) implementation - MIT licence
37+
* Inspired by Brecht Devos (Brechtpd) implementation - MIT license
3838
* https://github.com/Brechtpd/base64/blob/e78d9fd951e7b0977ddca77d92dc85183770daf4/base64.sol
3939
*/
4040
if (data.length == 0) return "";

0 commit comments

Comments
 (0)