Fix burn documentation (#3246)
Co-authored-by: xombxomb <dmfinn@wustl.edu>
This commit is contained in:
@ -8,7 +8,7 @@ import "../../../utils/Context.sol";
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @title ERC721 Burnable Token
|
* @title ERC721 Burnable Token
|
||||||
* @dev ERC721 Token that can be irreversibly burned (destroyed).
|
* @dev ERC721 Token that can be burned (destroyed).
|
||||||
*/
|
*/
|
||||||
abstract contract ERC721Burnable is Context, ERC721 {
|
abstract contract ERC721Burnable is Context, ERC721 {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user