From 97be7c3cd808e151bf1a7eda5809d5f5a55d5bcb Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 6 Nov 2021 20:26:08 -0400 Subject: [PATCH] doc fixes --- regions.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regions.scad b/regions.scad index f4c2990..e05d7a3 100644 --- a/regions.scad +++ b/regions.scad @@ -249,7 +249,7 @@ function is_region_simple(region, eps=EPSILON) = // pentagram = turtle(["move",100,"left",144], repeat=4); // region = make_region(pentagram); // rainbow(region)stroke($item, width=1,closed=true); -// Examples(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter: +// Example(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter: // pentagram = turtle(["move",100,"left",144], repeat=4); // region = make_region(pentagram,nonzero=true); // rainbow(region)stroke($item, width=1,closed=true);