Skip to content

Commit

Permalink
Update EIP-777: Small fix - add end tag (#7371)
Browse files Browse the repository at this point in the history
* Update EIP-777: Small fix - add end tag

Pun intended

* Found another
  • Loading branch information
Pandapip1 authored Jul 24, 2023
1 parent fa173f3 commit e327823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-777.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Get the list of *default operators* as defined by the token contract.
*NOTE*: If the token contract does not have any *default operators*, this function MUST return an empty list.

> <small>**identifier:** `06e48538`</small>
> <small>**returns:** List of addresses of all the *default operators*.
> <small>**returns:** List of addresses of all the *default operators*.</small>
**`authorizeOperator` function**

Expand Down Expand Up @@ -409,7 +409,7 @@ Indicate whether the `operator` address is an *operator* of the `holder` address
> <small>`operator`: Address which may be an *operator* of `holder`.</small>
> <small>`holder`: Address of a *holder* which may have the `operator` address as an *operator*.</small>
>
> <small>**returns:** `true` if `operator` is an *operator* of `holder` and `false` otherwise.
> <small>**returns:** `true` if `operator` is an *operator* of `holder` and `false` otherwise.</small>
*NOTE*: To know which addresses are *operators* for a given *holder*,
one MUST call `isOperatorFor` with the *holder* for each *default operator*
Expand Down

0 comments on commit e327823

Please sign in to comment.