Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGlez committed Jul 23, 2023
1 parent cd79c8f commit 73a977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ for alg in (SimpleNewtonRaphson(), SimpleTrustRegion())
@test abs.(sol.u) sqrt.(p)
end

# Flipped signs & reversed tsoan test for bracketing algorithms
# Flipped signs & reversed tspan test for bracketing algorithms
f1(u, p) = u * u - p
f2(u, p) = p - u * u

Expand Down

0 comments on commit 73a977b

Please sign in to comment.