diff --git a/src/geometry/Point.js b/src/geometry/Point.js index ac21c6495fc..3d9d473e167 100644 --- a/src/geometry/Point.js +++ b/src/geometry/Point.js @@ -145,7 +145,7 @@ Point.prototype = { return this; }, - // @method ceil(): Point + // @method trunc(): Point // Returns a copy of the current point with truncated coordinates (rounded towards zero). trunc: function () { return this.clone()._trunc();