Skip to content

Commit 283d9e8

Browse files
authored
Update IntervalArithmeticRecipesBaseExt.jl
1 parent cf19b6a commit 283d9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/IntervalArithmeticRecipesBaseExt.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module IntervalArithmeticRecipesBaseExt
22

33
using IntervalArithmetic, RecipesBase
44

5-
@recipe function f(v::AbtrstactVector{<:Interval})
5+
@recipe function f(v::AbstractVector{<:Interval})
66
@assert length(v) == 2
77

88
seriesalpha --> 0.5
@@ -16,7 +16,7 @@ using IntervalArithmetic, RecipesBase
1616
return x, y
1717
end
1818

19-
@recipe function f(v::AbstractVector{<:AbtrstactVector{<:Interval}})
19+
@recipe function f(v::AbstractVector{<:AbstractVector{<:Interval}})
2020
@assert all(vᵢ -> length(vᵢ) == 2, v)
2121

2222
seriestype := :shape

0 commit comments

Comments
 (0)