Fix ERC721URIStorage in documentation
This commit is contained in:
@ -39,7 +39,7 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel
|
|||||||
|
|
||||||
{{ERC721Burnable}}
|
{{ERC721Burnable}}
|
||||||
|
|
||||||
{{ERC721TokenUri}}
|
{{ERC721URIStorage}}
|
||||||
|
|
||||||
== Presets
|
== Presets
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
|
|||||||
import "../ERC721.sol";
|
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 {
|
abstract contract ERC721URIStorage is ERC721 {
|
||||||
using Strings for uint256;
|
using Strings for uint256;
|
||||||
|
|||||||
Reference in New Issue
Block a user