Skip to content

Commit c8369d4

Browse files
authored
Fix typo in ERC721Utils.sol (#4938)
1 parent 105fa4e commit c8369d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC721/utils/ERC721Utils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library ERC721Utils {
1515
* @dev Performs an acceptance check for the provided `operator` by calling {IERC721-onERC721Received}
1616
* on the `to` address. The `operator` is generally the address that initiated the token transfer (i.e. `msg.sender`).
1717
*
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).
18+
* The acceptance call is not executed and treated as a no-op if the target address doesn't contain code (i.e. an EOA).
1919
* Otherwise, the recipient must implement {IERC721Receiver-onERC721Received} and return the acceptance magic value to accept
2020
* the transfer.
2121
*/

0 commit comments

Comments
 (0)