Skip to content

Commit fc54dc4

Browse files
Christian Kurzfredrikekre
authored andcommitted
update rationalize docs (#23541)
Removed description of default for T. Was redundant with signature
1 parent d4a5553 commit fc54dc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/rational.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ widen(::Type{Rational{T}}) where {T} = Rational{widen(T)}
114114
115115
Approximate floating point number `x` as a [`Rational`](@ref) number with components
116116
of the given integer type. The result will differ from `x` by no more than `tol`.
117-
If `T` is not provided, it defaults to `Int`.
118117
119118
```jldoctest
120119
julia> rationalize(5.6)

0 commit comments

Comments
 (0)