diff --git a/EIPS/eip-ens-initial-registrar.md b/EIPS/eip-ens-initial-registrar.md
index 33a87937..a69ee232 100644
--- a/EIPS/eip-ens-initial-registrar.md
+++ b/EIPS/eip-ens-initial-registrar.md
@@ -121,14 +121,14 @@ The following table outlines what portion of the balance held in a deed contract
| --- | --- | --- |
| A valid non-winning bid is revealed. | Bidder | 99.5% |
| A bid submitted after the auction period is revealed. | Bidder | 99.5% |
-| An otherwise valid bid is revealed on an owned name. 1 | Bidder | %0.5 |
+| A bid is revealed after the reveal period. 1 | Bidder | 0.5% |
| An expired sealed bid is cancelled. 2 | Canceler | 0.5% |
| A registered hash is reported as invalid. 3 | Reporter | 50% |
| A registered hash is reported as invalid. 3 | Owner | 50% |
##### Notes:
-1. This is to prevent an extortion attack on the current highest bidder, by threatening to reveal a new second highest bid. This forces all bids to be revealed.
+1. This incentivizes all bids to be revealed in time. If bids could be revealed late, an extortion attack on the current highest bidder could be made by threatening to reveal a new second highest bid.
2. A bid which remains sealed after more than 2 weeks and 5 days may be cancelled by anyone to collect a small reward.
2. Since names are hashed before auctioning and registration, the Initial Registrar is unable to enforce character length restrictions independently. A reward is therefore provided for reporting invalid names.