소스 검색

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