From 39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Jun 2016 00:36:31 +0200 Subject: Typo. --- docs/solidity-by-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst index 04042381..6fa70be4 100644 --- a/docs/solidity-by-example.rst +++ b/docs/solidity-by-example.rst @@ -108,7 +108,7 @@ of votes. // `to` also delegated. // In general, such loops are very dangerous, // because if they run too long, they might - // need more gas that is available in a block. + // need more gas than is available in a block. // In this case, the delegation will not be executed, // but in other situations, such loops might // cause a contract to get "stuck" completely. -- cgit v1.2.3