diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 0d668133..f46150b1 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -222,7 +222,7 @@ var PathItem = this.PathItem = Item.extend(/** @scope PathItem */{ * * @name PathItem#arcTo * @function - * @param {Point} point + * @param {Point} to the point where the arc should end * @param {Boolean} [clockwise=true] specifies whether the arc should be * drawn in clockwise direction. *