diff --git a/doc/manual/integers-and-floating-point-numbers.rst b/doc/manual/integers-and-floating-point-numbers.rst index 2d72791d49a8e..136e5e92e463f 100644 --- a/doc/manual/integers-and-floating-point-numbers.rst +++ b/doc/manual/integers-and-floating-point-numbers.rst @@ -505,11 +505,10 @@ Rounding modes If a number doesn't have an exact floating-point representation, it must be rounded to an appropriate representable value, however, if wanted, the manner in which this rounding is done can be changed according to the rounding modes -presented in the `IEEE 754 standard `_:: +presented in the `IEEE 754 standard `_. .. doctest:: - julia> x = 1.1; y = 0.1; julia> x + y