Browse Source

Fix TSDoc for CylinderGeometry

Kevin LEVRON 4 years ago
parent
commit
59c7df7268
1 changed files with 1 additions and 1 deletions
  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 [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 [openEnded=false] - A Boolean indicating whether or not to cap the ends of the cylinder.
 	 * @param [thetaStart=0]
 	 * @param [thetaStart=0]
-	 * @param [widthSegments=Math.PI * 2]
+	 * @param [thetaLength=Math.PI * 2]
 	 */
 	 */
 	constructor(
 	constructor(
 		radiusTop?: number,
 		radiusTop?: number,