aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/miscellaneous.rst2
-rw-r--r--docs/types.rst3
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 55582eed..83bbb828 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -151,6 +151,8 @@ Cheatsheet
.. index:: precedence
+.. _order:
+
Order of Precedence of Operators
================================
diff --git a/docs/types.rst b/docs/types.rst
index 50e86ed0..d7681ee5 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -12,6 +12,9 @@ see :ref:`type-deduction` below) at
compile-time. Solidity provides several elementary types which can be combined
to form complex types.
+In addition, types can interact with each other in expressions containing
+operators. For a quick reference of the various operators, see :ref:`order`.
+
.. index:: ! value type, ! type;value
Value Types