summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranakimluke <anakimluke@users.noreply.github.com>2018-05-09 17:50:43 -0300
committerGitHub <noreply@github.com>2018-05-09 17:50:43 -0300
commit4fe2605ab37ba72beefc7eca63d3733bb6a55296 (patch)
tree88217719fd9f36ea2df91e74b0df689254e1fa35
parentc294993d97bdb350d8a1e84a4050430fa973daed (diff)
fixed minor doc wording problem
-rw-r--r--doc/classes/Plane.xml2
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">