diff --git a/src/geom/Point.js b/src/geom/Point.js index 029341c5..fad28288 100644 --- a/src/geom/Point.js +++ b/src/geom/Point.js @@ -243,7 +243,7 @@ Phaser.Point.prototype = { /** * Alters the length of the vector without changing the direction - * @method Phaser.Point#getMagnitude + * @method Phaser.Point#setMagnitude * @param {number} magnitude the desired magnitude of the resulting vector * @return {Phaser.Point} the modified original vector */