Skip to content

Commit

Permalink
Fix small grammatical issue (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkcoffee authored Oct 31, 2024
1 parent 37636f0 commit a04f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/erc721/abstract/ImmutableERC721Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {AccessControlEnumerable, MintingAccessControl} from "../../../access/Min

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

Expand Down

0 comments on commit a04f7ec

Please sign in to comment.