diff --git a/Examples/example10.escad b/Examples/example10.escad index dd317f6..15f7e68 100644 --- a/Examples/example10.escad +++ b/Examples/example10.escad @@ -1,4 +1,4 @@ // Example10.escad -- map!. echo(map(cos, [0, pi/2, pi])); cube(10); -translate1 (10) cube(10); \ No newline at end of file +translate (10) cube(10);