Skip to content

Commit defaeb7

Browse files
authored
fix comment
1 parent 70f3d0c commit defaeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ u0 = [
9494
]
9595
prob = ODEProblem(sys, u0, (0, 10.0))
9696
sol = solve(prob, Rodas5())
97-
#using Plot
97+
#using Plots
9898
#plot(sol)

0 commit comments

Comments
 (0)