Skip to content

Commit a029b0b

Browse files
authored
Fix typo
Fix missing `s`.
1 parent 1a68228 commit a029b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/value-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Division
108108

109109
Since the type of the result of an operation is always the type of one of
110110
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)``.
111+
In Solidity, division rounds towards zero. This means that ``int256(-5) / int256(2) == int256(-2)``.
112112

113113
Note that in contrast, division on :ref:`literals<rational_literals>` results in fractional values
114114
of arbitrary precision.

0 commit comments

Comments
 (0)