Browse Source

Fix TSDoc for CircleGeometry

Kevin LEVRON 4 years ago
parent
commit
87e22024d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/geometries/CircleGeometry.d.ts

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

@@ -6,7 +6,7 @@ export class CircleGeometry extends Geometry {
 	 * @param [radius=1]
 	 * @param [radius=1]
 	 * @param [segments=8]
 	 * @param [segments=8]
 	 * @param [thetaStart=0]
 	 * @param [thetaStart=0]
-	 * @param [widthSegments=Math.PI * 2]
+	 * @param [thetaLength=Math.PI * 2]
 	 */
 	 */
 	constructor(
 	constructor(
 		radius?: number,
 		radius?: number,