Fix natspec comments in ERC-1155 (#4876)
This commit is contained in:
@ -66,7 +66,7 @@ interface IERC1155 is IERC165 {
|
|||||||
*
|
*
|
||||||
* Requirements:
|
* Requirements:
|
||||||
*
|
*
|
||||||
* - `operator` cannot be the caller.
|
* - `operator` cannot be the zero address.
|
||||||
*/
|
*/
|
||||||
function setApprovalForAll(address operator, bool approved) external;
|
function setApprovalForAll(address operator, bool approved) external;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user