Fix typo (recieve to receive)

This commit is contained in:
Alex Beregszaszi 2017-03-16 11:20:39 +00:00
parent 42f2623cd3
commit b053b6164e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ contract in order to become the "richest", inspired by
`King of the Ether <https://www.kingoftheether.com/>`_.
In the following contract, if you are usurped as the richest,
you will recieve the funds of the person who has gone on to
you will receive the funds of the person who has gone on to
become the new richest.
::

View File

@ -1101,7 +1101,7 @@ Restrictions for libraries in comparison to contracts:
- No state variables
- Cannot inherit nor be inherited
- Cannot recieve Ether
- Cannot receive Ether
(These might be lifted at a later point.)