Fix natspec comments in ERC-1155 (#4876)

This commit is contained in:
Hadrien Croubois
2024-02-06 16:58:00 +01:00
committed by GitHub
parent 192e873fcb
commit 9d3b9be04f

View File

@ -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;