From 1fc8b8547c176fd5d4757bffdcabcd696c750b84 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 22 Apr 2017 21:44:49 +0800 Subject: [PATCH] updated docs --- docs/lib-circular_sector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-circular_sector.md b/docs/lib-circular_sector.md index 71ec5b80..030b02de 100644 --- a/docs/lib-circular_sector.md +++ b/docs/lib-circular_sector.md @@ -7,7 +7,7 @@ Creates a circular sector. You can pass a 2 element vector to define the central - `radius` : The radius of the circle. - `angles` : A 2 element vector which defines the central angle. The first element of the vector is the beginning angle in degrees, and the second element is the ending angle. - `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details. -- + ## Examples include ;