Commit 90a72f9a by Francisco Giordano

Fix ERC721URIStorage in documentation

(cherry picked from commit 7c1625b0)
parent 1ee939e7
......@@ -39,7 +39,7 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel
{{ERC721Burnable}}
{{ERC721TokenUri}}
{{ERC721URIStorage}}
== Presets
......
......@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
import "../ERC721.sol";
/**
* @dev ERC721 token with storage based token uri management.
* @dev ERC721 token with storage based token URI management.
*/
abstract contract ERC721URIStorage is ERC721 {
using Strings for uint256;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment