From 205b5dd1e23bcc9a41b68444ae864190b192f594 Mon Sep 17 00:00:00 2001 From: Anubhav singh Date: Wed, 5 Oct 2016 00:36:13 +0530 Subject: A typo fix --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit