mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo (recieve to receive)
This commit is contained in:
parent
42f2623cd3
commit
b053b6164e
@ -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.
|
||||
|
||||
::
|
||||
|
@ -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.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user