Explorar o código

Fix TSDoc for CircleBufferGeometry

Kevin LEVRON %!s(int64=5) %!d(string=hai) anos
pai
achega
5fb40fd5e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/geometries/CircleBufferGeometry.d.ts

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

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