浏览代码

fixed minor doc wording problem

anakimluke 7 年之前
父节点
当前提交
4fe2605ab3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Plane.xml

+ 1 - 1
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">