Skip to content

Commit f867b2a

Browse files
Update DiffEqBase.jl
1 parent d3d2800 commit f867b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77
import PrecompileTools
88

99
import FastPower
10-
@deprecate fastpow(x,y) Fastpower.fastpower(x,y)
10+
@deprecate fastpow(x,y) FastPower.fastpower(x,y)
1111

1212
using ArrayInterface
1313

0 commit comments

Comments
 (0)