Skip to content

Commit 1bde623

Browse files
committed
typoed
1 parent eef83f2 commit 1bde623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqDifferentiation/src/alg_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _alg_autodiff(alg::OrdinaryDiffEqAdaptiveImplicitAlgorithm{CS, AD}) where {CS, A
66
_alg_autodiff(alg::DAEAlgorithm{CS, AD}) where {CS, AD} = alg.autodiff
77
_alg_autodiff(alg::OrdinaryDiffEqImplicitAlgorithm{CS, AD}) where {CS, AD} = alg.autodiff
88
_alg_autodiff(alg::CompositeAlgorithm) = _alg_autodiff(alg.algs[end])
9-
function _alg_autodiff(::Union{OrdinaryDiffEqExponentialAlgorithm{CS, AD},
9+
function _alg_autodiff(alg::Union{OrdinaryDiffEqExponentialAlgorithm{CS, AD},
1010
OrdinaryDiffEqAdaptiveExponentialAlgorithm{CS, AD}
1111
}) where {
1212
CS, AD

0 commit comments

Comments
 (0)