We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6b129 commit f012a77Copy full SHA for f012a77
docs/types/operators.rst
@@ -5,7 +5,7 @@ Operators
5
6
Arithmetic and bit operators can be applied even if the two operands do not have the same type.
7
For example, you can compute ``y = x + z``, where ``x`` is a ``uint8`` and ``z`` has
8
-the type ``int16``. In these cases, the following mechanism will be used to determine
+the type ``uint32``. In these cases, the following mechanism will be used to determine
9
the type in which the operation is computed (this is important in case of overflow)
10
and the type of the operator's result:
11
0 commit comments