diff --git a/EIPS/eip-canary-standard.md b/EIPS/eip-801.md similarity index 90% rename from EIPS/eip-canary-standard.md rename to EIPS/eip-801.md index d0a7dff5..0862d691 100644 --- a/EIPS/eip-canary-standard.md +++ b/EIPS/eip-801.md @@ -55,7 +55,7 @@ Returns the type of the canary: * `5` = Multiple mandatory feeders (as defined in ERC-TBD) * `6` = IOT (as defined in ERC-TBD) -`1` might also be used for a special purpose contract that does not need a special type but still want to expose the functions and provide events as defined in this ERC. +`1` might also be used for a special purpose contract that does not need a special type but still wants to expose the functions and provide events as defined in this ERC. ``` js function getType() constant returns (uint8 type) @@ -65,7 +65,7 @@ function getType() constant returns (uint8 type) #### RIP -MUST trigger when the canary died. +MUST trigger when the contract is called the first time after the canary died. ``` js event RIP()