Skip to content

Commit

Permalink
chore: fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 17, 2024
1 parent fe515f2 commit d66c347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SimpleNonlinearSolve/src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ end
function get_concrete_autodiff(_, ad::AbstractADType)
DI.check_available(ad) && return ad
error("AD Backend $(ad) is not available. This could be because you haven't loaded the \
actual backend (See [Differentiation Inferface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
for more details) or the backend might not be supported by DifferentiationInferface.jl.")
actual backend (See [Differentiation Interface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
for more details) or the backend might not be supported by DifferentiationInterface.jl.")
end
function get_concrete_autodiff(
prob, ad::Union{AutoForwardDiff{nothing}, AutoPolyesterForwardDiff{nothing}})
Expand Down

0 comments on commit d66c347

Please sign in to comment.