Skip to content

Commit

Permalink
Update src/domains.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored May 13, 2024
1 parent 7cfc412 commit f971801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ function infimum(d::AbstractInterval{<:Num})
leftendpoint(d)
end

function supremum(d::AbstractInterval)
function supremum(d::AbstractInterval{<:Num})
rightendpoint(d)
end

0 comments on commit f971801

Please sign in to comment.