Преглед изворни кода

Update PlaneGeometry.html (#26248)

There's a typo in doc perhaps comes from the wrong line break position.
Yao Hsiao пре 2 година
родитељ
комит
900e6ba8ba
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      docs/api/en/geometries/PlaneGeometry.html

+ 1 - 2
docs/api/en/geometries/PlaneGeometry.html

@@ -45,8 +45,7 @@ scene.add( plane );
 		<h2>Constructor</h2>
 
 		<h3>
-			[name]([param:Float width], [param:Float height], [param:Integer
-			widthSegments], [param:Integer heightSegments])
+			[name]([param:Float width], [param:Float height], [param:Integer widthSegments], [param:Integer heightSegments])
 		</h3>
 		<p>
 			width — Width along the X axis. Default is `1`.<br />