From 9d3b9be04f853ae74e35dc6008b0b9870534b8ca Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Tue, 6 Feb 2024 16:58:00 +0100 Subject: [PATCH] Fix natspec comments in ERC-1155 (#4876) --- contracts/token/ERC1155/IERC1155.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC1155/IERC1155.sol b/contracts/token/ERC1155/IERC1155.sol index be47e7ea4..5a1805fad 100644 --- a/contracts/token/ERC1155/IERC1155.sol +++ b/contracts/token/ERC1155/IERC1155.sol @@ -66,7 +66,7 @@ interface IERC1155 is IERC165 { * * Requirements: * - * - `operator` cannot be the caller. + * - `operator` cannot be the zero address. */ function setApprovalForAll(address operator, bool approved) external;