소스 검색

Update ShapePath.html

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>