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.
2 parents b6f11b3 + f012a77 commit 5d90dd1Copy full SHA for 5d90dd1
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 ``int32``. 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