Skip to content

Commit 85ec708

Browse files
authored
Update wheel.md
1 parent 2b82372 commit 85ec708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ prob = ODEProblem(ssys, [
333333
D(model.prismatic.r0[2]) => 0,
334334
], (0.0, 15.0))
335335
sol = solve(prob, Rodas5Pr())
336-
render(model, sol, show_axis=false, x=0, y=0, z=4, traces=[model.slipBasedWheelJoint.frame_a], filename="slipwheel.gif", cache=fale)
336+
render(model, sol, show_axis=false, x=0, y=0, z=4, traces=[model.slipBasedWheelJoint.frame_a], filename="slipwheel.gif", cache=false)
337337
nothing # hide
338338
```
339339

0 commit comments

Comments
 (0)