Skip to content

Commit

Permalink
Fix typo in ERC721 API reference docs (#5329)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <[email protected]>
  • Loading branch information
cypherpepe and ernestognw authored Dec 5, 2024
1 parent 779c27a commit 063fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC721/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OpenZeppelin Contracts provides implementations of all four interfaces:
Additionally there are a few of other extensions:

* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batchs of tokens during construction, in accordance with ERC-721.
* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batches of tokens during construction, in accordance with ERC-721.
* {ERC721URIStorage}: A more flexible but more expensive way of storing metadata.
* {ERC721Votes}: Support for voting and vote delegation.
* {ERC721Royalty}: A way to signal royalty information following ERC-2981.
Expand Down

0 comments on commit 063fbb3

Please sign in to comment.