From edf423a7aaee96e7817f338df946dc4eeca33d0a Mon Sep 17 00:00:00 2001 From: anakimluke Date: Wed, 9 May 2018 17:50:43 -0300 Subject: [PATCH] fixed minor doc wording problem (cherry picked from commit 4fe2605ab37ba72beefc7eca63d3733bb6a55296) --- doc/classes/Plane.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index f5b8762a6f4..3bbd7514c50 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -24,7 +24,7 @@ - Creates a plane from the three parameters "a", "b", "c" and "d". + Creates a plane from the four parameters "a", "b", "c" and "d".