From eb952a3ebf01c783c4ee6077dcd69155d9f7ab54 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 12 Mar 2017 19:35:43 +0800 Subject: [PATCH] added bullets --- docs/lib-circular_sector.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lib-circular_sector.md b/docs/lib-circular_sector.md index f98eb499..bcbb0942 100644 --- a/docs/lib-circular_sector.md +++ b/docs/lib-circular_sector.md @@ -4,9 +4,9 @@ Create a circular sector. You can pass a 2 element vector to define the central ## Parameters -`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, and the second element is the ending angle. -`fn` : The `$fn` value used by the `circle` module internally. The default value is 24. +- `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, and the second element is the ending angle. +- `fn` : The `$fn` value used by the `circle` module internally. The default value is 24. ## Examples