diff --git a/docs/lib2x-shape_cyclicpolygon.md b/docs/lib2x-shape_cyclicpolygon.md index 2ce893a3..14388cee 100644 --- a/docs/lib2x-shape_cyclicpolygon.md +++ b/docs/lib2x-shape_cyclicpolygon.md @@ -4,7 +4,7 @@ Returns shape points of a regular cyclic polygon. They can be used with xxx_extr ## Parameters -- `sides` : The radius of the circle. +- `sides` : The sides of the circle. - `circle_r` : The radius of the circumcircle. - `corner_r` : The radius of the circle at a corner. - `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details.