Fix mistake

This commit is contained in:
vdusart
2022-07-07 13:48:20 +02:00
committed by GitHub
parent eb6b1291b7
commit f012a77980
+1 -1
View File
@@ -5,7 +5,7 @@ Operators
Arithmetic and bit operators can be applied even if the two operands do not have the same type.
For example, you can compute ``y = x + z``, where ``x`` is a ``uint8`` and ``z`` has
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
the type in which the operation is computed (this is important in case of overflow)
and the type of the operator's result: