Skip to content

Commit 8727627

Browse files
committed
rename deprecated to compat
1 parent 5380fb7 commit 8727627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecated.jl renamed to src/compat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
function Base.getproperty(p::AbstractPolynomial, nm::Symbol)
66
if nm == :a
7-
Base.depwarn("AbstracPolynomial.a is deprecated, use AbstracPolynomial.coeffs instead.",
7+
Base.depwarn("AbstracPolynomial.a is deprecated, use AbstracPolynomial.coeffs or coeffs(AbstractPolynomial) instead.",
88
Symbol("Base.getproperty"),
99
)
1010
return getfield(p, :coeffs)

0 commit comments

Comments
 (0)