Procházet zdrojové kódy

Update PlaneGeometry.html (#26248)

There's a typo in doc perhaps comes from the wrong line break position.
Yao Hsiao před 2 roky
rodič
revize
900e6ba8ba
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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 />