aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-09 06:36:31 +0800
committerchriseth <c@ethdev.com>2016-06-09 06:36:31 +0800
commit39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27 (patch)
tree00ab0aae21e486f783614552f8579ced222c59a1
parented9cc5476e0745e8b5859f27e8215f5c26893964 (diff)
downloaddexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar.gz
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar.bz2
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar.lz
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar.xz
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.tar.zst
dexon-solidity-39c031bfca6cc0d6db0d0b6a4248a0bb8e436e27.zip
Typo.
-rw-r--r--docs/solidity-by-example.rst2
1 files changed, 1 insertions, 1 deletions
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.