We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105fa4e commit c8369d4Copy full SHA for c8369d4
contracts/token/ERC721/utils/ERC721Utils.sol
@@ -15,7 +15,7 @@ library ERC721Utils {
15
* @dev Performs an acceptance check for the provided `operator` by calling {IERC721-onERC721Received}
16
* on the `to` address. The `operator` is generally the address that initiated the token transfer (i.e. `msg.sender`).
17
*
18
- * The acceptance call is not executed and treated as a no-op if the target address is doesn't contain code (i.e. an EOA).
+ * The acceptance call is not executed and treated as a no-op if the target address doesn't contain code (i.e. an EOA).
19
* Otherwise, the recipient must implement {IERC721Receiver-onERC721Received} and return the acceptance magic value to accept
20
* the transfer.
21
*/
0 commit comments