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.