Skip to content

Commit d4d8d2e

Browse files
dmfxyzfinnd
andauthored
Fix burn documentation (OpenZeppelin#3246)
Co-authored-by: xombxomb <dmfinn@wustl.edu>
1 parent f81b80f commit d4d8d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC721/extensions/ERC721Burnable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "../../../utils/Context.sol";
88

99
/**
1010
* @title ERC721 Burnable Token
11-
* @dev ERC721 Token that can be irreversibly burned (destroyed).
11+
* @dev ERC721 Token that can be burned (destroyed).
1212
*/
1313
abstract contract ERC721Burnable is Context, ERC721 {
1414
/**

0 commit comments

Comments
 (0)