Skip to content

Commit 0cec84b

Browse files
blegatodow
andauthored
Real
Co-authored-by: Oscar Dowson <[email protected]>
1 parent ad70379 commit 0cec84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ struct Interval{T<:Real} <: AbstractScalarSet
286286
upper::T
287287
end
288288

289-
function Interval(lower, upper)
289+
function Interval(lower::Real, upper::Real)
290290
return Interval(promote(lower, upper)...)
291291
end
292292

0 commit comments

Comments
 (0)