docs: fix Point's trunc method docs (#5987)
This commit is contained in:
parent
bf3b6a3b1a
commit
9fb0df7f04
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user