Skip to content

Commit a04f7ec

Browse files
authored
Fix small grammatical issue (#253)
1 parent 37636f0 commit a04f7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/erc721/abstract/ImmutableERC721Base.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {AccessControlEnumerable, MintingAccessControl} from "../../../access/Min
1515

1616
/*
1717
ImmutableERC721Base is an abstract contract that offers minimum preset functionality without
18-
an opinionated form of minting. This contract is intended to be inherited and implement it's
18+
an opinionated form of minting. This contract is intended to be inherited and implement its
1919
own minting functionality to meet the needs of the inheriting contract.
2020
*/
2121

0 commit comments

Comments
 (0)