Skip to content

Commit f012a77

Browse files
authored
Fix mistake
1 parent eb6b129 commit f012a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/operators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Operators
55

66
Arithmetic and bit operators can be applied even if the two operands do not have the same type.
77
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
8+
the type ``uint32``. In these cases, the following mechanism will be used to determine
99
the type in which the operation is computed (this is important in case of overflow)
1010
and the type of the operator's result:
1111

0 commit comments

Comments
 (0)