Преглед на файлове

Fix TSDoc for CylinderGeometry

Kevin LEVRON преди 4 години
родител
ревизия
59c7df7268
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/geometries/CylinderGeometry.d.ts

+ 1 - 1
src/geometries/CylinderGeometry.d.ts

@@ -10,7 +10,7 @@ export class CylinderGeometry extends Geometry {
 	 * @param [heightSegments=1] — Number of rows of faces along the height of the cylinder.
 	 * @param [openEnded=false] - A Boolean indicating whether or not to cap the ends of the cylinder.
 	 * @param [thetaStart=0]
-	 * @param [widthSegments=Math.PI * 2]
+	 * @param [thetaLength=Math.PI * 2]
 	 */
 	constructor(
 		radiusTop?: number,