diff options
author | anakimluke <anakimluke@users.noreply.github.com> | 2018-05-09 17:50:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 17:50:43 -0300 |
commit | 4fe2605ab37ba72beefc7eca63d3733bb6a55296 (patch) | |
tree | 88217719fd9f36ea2df91e74b0df689254e1fa35 | |
parent | c294993d97bdb350d8a1e84a4050430fa973daed (diff) |
fixed minor doc wording problem
-rw-r--r-- | doc/classes/Plane.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index 157bf42239..ca035ad383 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -24,7 +24,7 @@ <argument index="3" name="d" type="float"> </argument> <description> - Creates a plane from the three parameters "a", "b", "c" and "d". + Creates a plane from the four parameters "a", "b", "c" and "d". </description> </method> <method name="Plane"> |