From 1c9668e28de633bbf946bcebf1f2780bea3a2332 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 19 Jun 2018 10:36:39 -0400 Subject: [PATCH] Automatically merged updates to draft EIP(s) 721 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-721.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index 0dc7ea5d..e021a211 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -112,7 +112,7 @@ interface ERC721 /* is ERC165 */ { /// @param _tokenId The NFT to transfer function transferFrom(address _from, address _to, uint256 _tokenId) external payable; - /// @notice Set or reaffirm the approved address for an NFT + /// @notice Change or reaffirm the approved address for an NFT. /// @dev The zero address indicates there is no approved address. /// @dev Throws unless `msg.sender` is the current NFT owner, or an authorized /// operator of the current owner.