From e26d5c0951ff2e5d1b3085e4a276b141aef6a73e Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Fri, 14 Jul 2023 08:46:48 +0200 Subject: [PATCH] Update IERC721.sol --- contracts/token/ERC721/IERC721.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC721/IERC721.sol b/contracts/token/ERC721/IERC721.sol index 3b2db67cb..1eb423f63 100644 --- a/contracts/token/ERC721/IERC721.sol +++ b/contracts/token/ERC721/IERC721.sol @@ -108,7 +108,7 @@ interface IERC721 is IERC165 { * * Requirements: * - * - The `operator` cannot be the caller. + * - The `operator` cannot be the address zero. * * Emits an {ApprovalForAll} event. */