Skip to content

Commit

Permalink
docs: update auto-generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Jan 11, 2024
1 parent de8325f commit 1ff7365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ Emitted when the allowance of a `spender` for an `owner` is set by a call to [`a
event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
```

Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`.

#### Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ Emitted when the allowance of a `spender` for an `owner` is set by a call to [`a
event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
```

Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`.

#### Parameters

Expand Down

0 comments on commit 1ff7365

Please sign in to comment.