From 24af21c66d239dc7bd3b8a652bf462031b06df13 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 16 Mar 2017 20:28:27 +0800 Subject: [PATCH] fix typo --- docs/lib-line3d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-line3d.md b/docs/lib-line3d.md index 01f8ce43..706f8403 100644 --- a/docs/lib-line3d.md +++ b/docs/lib-line3d.md @@ -8,7 +8,7 @@ Creates a 3D line from two points. - `p2` : 3 element vector `[x, y, z]`. - `thickness` : The line thickness. - `p1Style` : The end-cap style of the point `p1`. The value must be `CAP_BUTT`, `CAP_CIRCLE` or `CAP_SPHERE`. The default value is `CAP_CIRCLE`. -- `p2Style` : The end-cap style of the point `p2`. The value must be `CAP_BUTT`, `CAP_CIRCLE` or `CAP_ROUND`. The default value is `CAP_CIRCLE`. +- `p2Style` : The end-cap style of the point `p2`. The value must be `CAP_BUTT`, `CAP_CIRCLE` or `CAP_SPHERE`. The default value is `CAP_CIRCLE`. - `fn` : It controlls the `$fn` value used by the `circle` or `sphere` module. The default value is `24`. ## Examples