浏览代码

Fix natspec comments in ERC-1155 (#4876)

Hadrien Croubois 1 年之前
父节点
当前提交
9d3b9be04f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC1155/IERC1155.sol

+ 1 - 1
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;