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

Fix TSDoc for CylinderBufferGeometry

Kevin LEVRON преди 5 години
родител
ревизия
9d521b63ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/geometries/CylinderBufferGeometry.d.ts

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

@@ -6,7 +6,7 @@ export class CylinderBufferGeometry extends BufferGeometry {
 	 * @param [radiusTop=1] — Radius of the cylinder at the top.
 	 * @param [radiusBottom=1] — Radius of the cylinder at the bottom.
 	 * @param [height=1] — Height of the cylinder.
-	 * @param [radiusSegments=8] — Number of segmented faces around the circumference of the cylinder.
+	 * @param [radialSegments=8] — Number of segmented faces around the circumference 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 [thetaStart=0]