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 1a68228 commit a029b0bCopy full SHA for a029b0b
docs/types/value-types.rst
@@ -108,7 +108,7 @@ Division
108
109
Since the type of the result of an operation is always the type of one of
110
the operands, division on integers always results in an integer.
111
-In Solidity, division rounds towards zero. This mean that ``int256(-5) / int256(2) == int256(-2)``.
+In Solidity, division rounds towards zero. This means that ``int256(-5) / int256(2) == int256(-2)``.
112
113
Note that in contrast, division on :ref:`literals<rational_literals>` results in fractional values
114
of arbitrary precision.
0 commit comments