Skip to content

Commit fbd4f68

Browse files
committed
typo
1 parent 65f24fe commit fbd4f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleNonlinearSolve/test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ for alg in (SimpleNewtonRaphson(), SimpleTrustRegion())
540540
@test abs.(sol.u) sqrt.(p)
541541
end
542542

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

0 commit comments

Comments
 (0)