From e8559fb7358285d99c22385408c9bbdeeb481db0 Mon Sep 17 00:00:00 2001 From: Nicholas Howell Date: Tue, 18 Feb 2014 21:33:34 -0500 Subject: [PATCH] Fix typo of Phaser.Key#justReleased for docs --- src/input/Key.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Key.js b/src/input/Key.js index 853502bd..11419031 100644 --- a/src/input/Key.js +++ b/src/input/Key.js @@ -156,7 +156,7 @@ Phaser.Key.prototype = { /** * Returns the "just released" state of the Key. Just released is considered as being true if the key was released within the duration given (default 250ms) - * @method Phaser.Key#justPressed + * @method Phaser.Key#justReleased * @param {number} [duration=250] - The duration below which the key is considered as being just released. * @return {boolean} True if the key is just released otherwise false. */