diff --git a/docs/lib-along_with.md b/docs/lib-along_with.md index a03e6ea2..6d90f53f 100644 --- a/docs/lib-along_with.md +++ b/docs/lib-along_with.md @@ -74,12 +74,12 @@ Puts children along the given path. If there's only one child, it will put the c } for(a = [0:30:360 - 15]) { - rotate(a) - translate([5, 0, 0]) - one_scale(); - rotate(a + 15) - translate([5, 0, 1.75]) - one_scale(); + rotate(a) + translate([5, 0, 0]) + one_scale(); + rotate(a + 15) + translate([5, 0, 1.75]) + one_scale(); } }