diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index 64c106af..bbbfe0b1 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -284,7 +284,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{ * @bean * @type Number * @see Curve#getNearestLocation(point) - * @see Path#getNearestLocation(point) + * @see PathItem#getNearestLocation(point) */ getDistance: function() { return this._distance;