Fix typo of Phaser.Point#setMagnitude for docs

This commit is contained in:
Nicholas Howell
2014-02-19 11:08:11 -05:00
parent e396b56686
commit 26415094b6
+1 -1
View File
@@ -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
*/