Skip to content

Commit f30840c

Browse files
committed
chore: fix typo in error message
1 parent 6cdff35 commit f30840c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SimpleNonlinearSolve/src/utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ end
2828
function get_concrete_autodiff(_, ad::AbstractADType)
2929
DI.check_available(ad) && return ad
3030
error("AD Backend $(ad) is not available. This could be because you haven't loaded the \
31-
actual backend (See [Differentiation Inferface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
32-
for more details) or the backend might not be supported by DifferentiationInferface.jl.")
31+
actual backend (See [Differentiation Interface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
32+
for more details) or the backend might not be supported by DifferentiationInterface.jl.")
3333
end
3434
function get_concrete_autodiff(
3535
prob, ad::Union{AutoForwardDiff{nothing}, AutoPolyesterForwardDiff{nothing}})

0 commit comments

Comments
 (0)