diff --git a/docs/lib-bend.md b/docs/lib-bend.md index 312a30d3..24cdf562 100644 --- a/docs/lib-bend.md +++ b/docs/lib-bend.md @@ -6,7 +6,7 @@ Bend a 3D object into an arc shape. - `size` : The size of a cube which can contain the target object. - `angle` : The central angle of the arc shape. The radius of the arc is calculated automatically. -- `fn` : Number of fragments. The target object will be cut into `fn` fragments and recombined into an arc shape. +- `frags` : Number of fragments. The target object will be cut into `frags` fragments and recombined into an arc shape. The default value is 24. ## Examples