diff --git a/EIPS/eip-777.md b/EIPS/eip-777.md index d5135dc371f08f..a67dcb1cd4f85b 100644 --- a/EIPS/eip-777.md +++ b/EIPS/eip-777.md @@ -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. > **identifier:** `06e48538` -> **returns:** List of addresses of all the *default operators*. +> **returns:** List of addresses of all the *default operators*. **`authorizeOperator` function** @@ -409,7 +409,7 @@ Indicate whether the `operator` address is an *operator* of the `holder` address > `operator`: Address which may be an *operator* of `holder`. > `holder`: Address of a *holder* which may have the `operator` address as an *operator*. > -> **returns:** `true` if `operator` is an *operator* of `holder` and `false` otherwise. +> **returns:** `true` if `operator` is an *operator* of `holder` and `false` otherwise. *NOTE*: To know which addresses are *operators* for a given *holder*, one MUST call `isOperatorFor` with the *holder* for each *default operator*