Skip to content

Commit

Permalink
Update to preferred citation formation for ERC-721
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Feb 23, 2019
1 parent 328d03a commit 99a0749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC721/IERC721.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../../introspection/IERC165.sol";

/**
* @title ERC721 Non-Fungible Token Standard basic interface
* @dev see https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
* @dev see https://eips.ethereum.org/EIPS/eip-721
*/
contract IERC721 is IERC165 {
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
Expand Down

0 comments on commit 99a0749

Please sign in to comment.