Skip to content

Commit 8ad387a

Browse files
committed
fix icnlude typo
1 parent 70c23c6 commit 8ad387a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Polynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include("polynomials/ChebyshevU.jl")
1515

1616
include("polynomials/Poly.jl") # Deprecated -> Will be removed
1717
include("pade.jl")
18-
include("deprecated.jl")
18+
include("compat.jl") # Where we keep deprecations
1919

2020
# Interface for all AbstractPolynomials
2121
include("common.jl")

0 commit comments

Comments
 (0)