From 3efef1b2bbdf03296b862b2da3df608fce14f88f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 29 Apr 2019 13:50:04 +0800 Subject: [PATCH] update doc --- docs/lib-along_with.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-along_with.md b/docs/lib-along_with.md index 7758ac08..8b05761f 100644 --- a/docs/lib-along_with.md +++ b/docs/lib-along_with.md @@ -5,7 +5,7 @@ Puts children along the given path. If there's only one child, it will put the c ## Parameters - `points` : The points along the path. -- `angles` : Rotate before translate each child. If not given, `angles` will be calculated automatically according to `points`. +- `angles` : Rotate before translate each child. If not given, rotate children automatically according to `points`. - `twist` : If given, each child will be twisted before applying each element of `points` and `angles`. - `scale` : If given, each child will be scaled before applying each element of `points` and `angles`. It accepts a single value, `[sx, sy]` or `[sx, sy, sz]`.