Skip to content

Commit 1fd4764

Browse files
committed
Update Path.js
1 parent c20ff29 commit 1fd4764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/curves/path/Path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ var Path = new Class({
306306
* @param {number} [yRadius=0] - The vertical radius of ellipse.
307307
* @param {integer} [startAngle=0] - The start angle of the ellipse, in degrees.
308308
* @param {integer} [endAngle=360] - The end angle of the ellipse, in degrees.
309-
* @param {boolean} [clockwise=false] - Whether the ellipse should be drawn clockwise (`true`) or counter-clockwise (`false`).
309+
* @param {boolean} [clockwise=false] - Whether the ellipse angles are given as clockwise (`true`) or counter-clockwise (`false`).
310310
* @param {number} [rotation=0] - The rotation of the ellipse, in degrees.
311311
*
312312
* @return {Phaser.Curves.Path} This Path object.

0 commit comments

Comments
 (0)