aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authoranakimluke2018-05-09 17:50:43 -0300
committerHein-Pieter van Braam2018-06-01 17:56:56 +0200
commitedf423a7aaee96e7817f338df946dc4eeca33d0a (patch)
treedc16d7a5abb27b383a5eab0ab4b01dd5c94b0233 /doc/classes
parent02b1586de2043b4f36d3119c36f4d72e69cf4cd4 (diff)
downloadgodot-edf423a7aaee96e7817f338df946dc4eeca33d0a.tar.gz
godot-edf423a7aaee96e7817f338df946dc4eeca33d0a.tar.zst
godot-edf423a7aaee96e7817f338df946dc4eeca33d0a.zip
fixed minor doc wording problem
(cherry picked from commit 4fe2605ab37ba72beefc7eca63d3733bb6a55296)
Diffstat (limited to '')
-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 f5b8762a6..3bbd7514c 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">