From fef3a559659201297c2bf59e1c85e835af24c732 Mon Sep 17 00:00:00 2001 From: Francisco Dias Date: Sat, 5 Mar 2022 19:22:23 -0500 Subject: [PATCH] umber -> number in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4691d3ce..aaf8b81b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp [**polyline3d**(points, diameter[, startingStyle, endingStyle])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyline3d.html) | create a polyline from a list of `[x, y, z]`. [**rounded_cube**(size, corner_r[, center])](https://openhome.cc/eGossip/OpenSCAD/lib3x-rounded_cube.html) | create a cube in the first octant. [**rounded_cylinder**(radius, h, round_r[, convexity, center])](https://openhome.cc/eGossip/OpenSCAD/lib3x-rounded_cylinder.html) | create a rounded cylinder. -[**sweep**(sections[, triangles])](https://openhome.cc/eGossip/OpenSCAD/lib3x-sweep.html) | develop a smooth skin from crosssections with the same umber of sides. +[**sweep**(sections[, triangles])](https://openhome.cc/eGossip/OpenSCAD/lib3x-sweep.html) | develop a smooth skin from crosssections with the same number of sides. ## Transformation