aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-10-05 04:44:55 +0800
committerGitHub <noreply@github.com>2016-10-05 04:44:55 +0800
commitf52634a3391e75a00985c5d3cae9c1b9bb00952f (patch)
tree99669b033fd1743ad4c8e4a9983839780c3026bb
parenta2b29d00962a7ddc3484c8409a6a93a1be3999e9 (diff)
parent205b5dd1e23bcc9a41b68444ae864190b192f594 (diff)
downloaddexon-solidity-f52634a3391e75a00985c5d3cae9c1b9bb00952f.tar.gz
dexon-solidity-f52634a3391e75a00985c5d3cae9c1b9bb00952f.tar.zst
dexon-solidity-f52634a3391e75a00985c5d3cae9c1b9bb00952f.zip
Merge pull request #1147 from gitexperience/patch-1
A typo fix
-rw-r--r--docs/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst
index 9d7ebec9..3008ad67 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -186,7 +186,7 @@ the type ``ufixed0x256`` because ``1/3`` is not finitely representable in binary
approximated.
Any operator that can be applied to integers can also be applied to literal expressions as
-long as the operators are integers. If any of the two is fractional, bit operations are disallowed
+long as the operands are integers. If any of the two is fractional, bit operations are disallowed
and exponentiation is disallowed if the exponent is fractional (because that might result in
a non-rational number).