diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-05-26 17:51:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-26 17:51:16 +0200 |
commit | 0e5ee8d635aef09ec851141b7de75d628b610ee8 (patch) | |
tree | fde4b4e75129f38d4fc64b3f5ec30ef92e8cf562 /doc/classes | |
parent | 16974d81d8ce03ea744871757c627aa2f9a0dfc7 (diff) | |
parent | 4fe2605ab37ba72beefc7eca63d3733bb6a55296 (diff) |
Merge pull request #18747 from anakimluke/patch-1
fixed minor doc wording problem
Diffstat (limited to 'doc/classes')
-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"> |