Skip to content

Commit 91effa2

Browse files
committed
rem docstring: fix missing space
1 parent 1ed96b2 commit 91effa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/div.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ without any intermediate rounding.
5252
5353
- if `r == RoundDown`, then the result is in the interval ``[0, y)`` if `y` is positive, or
5454
``(y, 0]`` otherwise. The result may not be exact if `x` and `y` have different signs, and
55-
`abs(x) < abs(y)`. See also[`RoundDown`](@ref).
55+
`abs(x) < abs(y)`. See also [`RoundDown`](@ref).
5656
5757
- if `r == RoundUp`, then the result is in the interval `(-y,0]` if `y` is positive, or
5858
`[0,-y)` otherwise. The result may not be exact if `x` and `y` have the same sign, and

0 commit comments

Comments
 (0)