Michael Herzog пре 3 година
родитељ
комит
09696e5454
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/api/en/extras/core/ShapePath.html

+ 1 - 1
docs/api/en/extras/core/ShapePath.html

@@ -63,7 +63,7 @@
 
 		<h3>[method:this bezierCurveTo]( [param:Float cp1X], [param:Float cp1Y], [param:Float cp2X], [param:Float cp2Y], [param:Float x], [param:Float y] )</h3>
 		<p>This creates a bezier curve from the [page:ShapePath.currentPath currentPath]'s
-			 offset to x and y with cp1X, cp1Y and cp1X, cp1Y as control points and updates the
+			 offset to x and y with cp1X, cp1Y and cp2X, cp2Y as control points and updates the
 			 [page:ShapePath.currentPath currentPath]'s offset to x and y.</p>
 
 		<h3>[method:this splineThru] ( [param:Array points] ) </h3>