From 26415094b6ce1a3fa5c0b7c832004f62924ef8c0 Mon Sep 17 00:00:00 2001 From: Nicholas Howell Date: Wed, 19 Feb 2014 11:08:11 -0500 Subject: [PATCH] Fix typo of Phaser.Point#setMagnitude for docs --- src/geom/Point.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */