Skip to content

Commit e078c1d

Browse files
committed
Fix spelling
1 parent ca7a2e1 commit e078c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ end
236236

237237
@named sys = ExpressionParametersTest(; v = 2.0u"m/s", τ = 3.0u"s")
238238
sys = complete(sys)
239-
# TODO: Is there a way to evalute this expression and compare to 6.0?
239+
# TODO: Is there a way to evaluate this expression and compare to 6.0?
240240
@test isequal(ModelingToolkit.getdefault(sys.pt.a), sys.v * sys.τ)
241241
@test ModelingToolkit.getdefault(sys.v) 2.0
242242
@test ModelingToolkit.getdefault(sys.τ) 3.0

0 commit comments

Comments
 (0)