Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusart authored Jul 7, 2022
1 parent eb6b129 commit f012a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f012a77

Please sign in to comment.