Explorar el Código

Fix TSDoc for CircleGeometry

Kevin LEVRON hace 5 años
padre
commit
87e22024d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 [segments=8]
 	 * @param [thetaStart=0]
-	 * @param [widthSegments=Math.PI * 2]
+	 * @param [thetaLength=Math.PI * 2]
 	 */
 	constructor(
 		radius?: number,