mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update contracts.rst
Corrected grammar error
This commit is contained in:
parent
30284487f2
commit
768b778615
@ -341,7 +341,7 @@ possible.
|
|||||||
|
|
||||||
// This contract rejects any Ether sent to it. It is good
|
// This contract rejects any Ether sent to it. It is good
|
||||||
// practise to include such a function for every contract
|
// practise to include such a function for every contract
|
||||||
// in order not to loose Ether.
|
// in order not to lose Ether.
|
||||||
contract Rejector {
|
contract Rejector {
|
||||||
function() { throw; }
|
function() { throw; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user