aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnubhav singh <gitexperience@users.noreply.github.com>2016-10-05 03:06:13 +0800
committerGitHub <noreply@github.com>2016-10-05 03:06:13 +0800
commit205b5dd1e23bcc9a41b68444ae864190b192f594 (patch)
tree91c2f9d6ab40e54359959223c3ee788ccd64c23b
parent3a363ad62d44ec8f8f73a2ff6fa27ac52c45af31 (diff)
downloaddexon-solidity-205b5dd1e23bcc9a41b68444ae864190b192f594.tar.gz
dexon-solidity-205b5dd1e23bcc9a41b68444ae864190b192f594.tar.zst
dexon-solidity-205b5dd1e23bcc9a41b68444ae864190b192f594.zip
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).