mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo
Fix missing `s`.
This commit is contained in:
parent
1a68228c28
commit
a029b0ba67
@ -108,7 +108,7 @@ Division
|
||||
|
||||
Since the type of the result of an operation is always the type of one of
|
||||
the operands, division on integers always results in an integer.
|
||||
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)``.
|
||||
|
||||
Note that in contrast, division on :ref:`literals<rational_literals>` results in fractional values
|
||||
of arbitrary precision.
|
||||
|
Loading…
Reference in New Issue
Block a user