Update IERC721.sol

This commit is contained in:
Hadrien Croubois
2023-07-14 08:46:48 +02:00
committed by GitHub
parent a475ffae0a
commit e26d5c0951

View File

@ -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.
*/