From 768b7786159619479e0dcb494f156d567c08eea0 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 4 May 2016 09:54:49 -0400 Subject: Update contracts.rst Corrected grammar error --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contracts.rst') diff --git a/docs/contracts.rst b/docs/contracts.rst index 9923b1d2..ea026c81 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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; } } -- cgit v1.2.3