Skip to content

Commit 2ef6ad3

Browse files
committed
Fixed jsdoc
1 parent c9075a4 commit 2ef6ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/keyboard/keys/Key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ var Key = new Class({
362362
* @method Phaser.Input.Keyboard.Key#getDuration
363363
* @since 3.17.0
364364
*
365-
* @return {integer} The duration, in ms, that the Key has been held down for if currently down.
365+
* @return {number} The duration, in ms, that the Key has been held down for if currently down.
366366
*/
367367
getDuration: function ()
368368
{

0 commit comments

Comments
 (0)