Fix typos (#1082)
This commit is contained in:
committed by
Nicolás Venturo
parent
5f6d511af9
commit
45d6943913
@ -18,12 +18,12 @@ contract ERC721Receiver {
|
||||
* @notice Handle the receipt of an NFT
|
||||
* @dev The ERC721 smart contract calls this function on the recipient
|
||||
* after a `safetransfer`. This function MAY throw to revert and reject the
|
||||
* transfer. Return of other than the magic value MUST result in the
|
||||
* transfer. Return of other than the magic value MUST result in the
|
||||
* transaction being reverted.
|
||||
* Note: the contract address is always the message sender.
|
||||
* @param _operator The address which called `safeTransferFrom` function
|
||||
* @param _from The address which previously owned the token
|
||||
* @param _tokenId The NFT identifier which is being transfered
|
||||
* @param _tokenId The NFT identifier which is being transferred
|
||||
* @param _data Additional data with no specified format
|
||||
* @return `bytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user