Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 73a977b

Browse files
committed
typo
1 parent cd79c8f commit 73a977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)