Update contracts.rst

Corrected grammar error
This commit is contained in:
Denton Liu
2016-05-05 14:01:50 -04:00
committed by Denton Liu
parent 30284487f2
commit 768b778615
+1 -1
View File
@@ -341,7 +341,7 @@ possible.
// This contract rejects any Ether sent to it. It is good
// practise to include such a function for every contract
// in order not to loose Ether.
// in order not to lose Ether.
contract Rejector {
function() { throw; }
}