Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
  • Loading branch information
tobolar and beutlich committed Jun 14, 2023
1 parent 82d1b16 commit dec16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModelicaTest/MultiBody.mo
Expand Up @@ -8906,7 +8906,7 @@ This test model was proposed in ticket <a href=\"https://github.com/modelica/Mod
equation
for i in 1:18 loop
assert(err1[i].y < tol and err2[i].y < tol,
"Errors must be less then tolerance");
"Errors must be less than tolerance");
end for;
connect(world.frame_b, rev.frame_a) annotation (Line(
points={{-80,0},{-60,0}},
Expand Down

0 comments on commit dec16de

Please sign in to comment.