aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).
refslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* redundant-opt-files script: Handle cache for deleted portsJohn Marino2016-03-251-0/+5
* redundant-opt-files.sh script: validate PORTSDIR valueJohn Marino2016-03-171-0/+6
* - add Approved by: lineOlli Hauer2016-03-161-0/+2
* Add new tool script: redundant-opt-files.shJohn Marino2016-02-141-0/+51
* Remove spurious quotation mark.Erwin Lansing2015-12-221-1/+1
* Allow running this with a negative revision number, to backout a commit.Mathieu Arnold2015-12-181-2/+2
* Let addport script to use svnlite if availableRuslan Makhmatkhanov2015-09-261-18/+20
* Default to repo.FreeBSD.org for commits, as urged by our repo meister.Christian Weisgerber2015-09-211-5/+4
* Default to repo.FreeBSD.org for commits, as urged by our repo meister.Christian Weisgerber2015-09-152-3/+3
* Actually allow only one revision to be merged.Mathieu Arnold2015-09-071-1/+1
* Support merging multiple revisions in one go with mfh.Mathieu Arnold2015-09-071-18/+38