Fix typo for documentation on create method of AnimationManager on line 190

This commit is contained in:
tobias 2020-08-25 00:43:22 +08:00
parent a273d69f2a
commit 9f1cd22882

View file

@ -187,7 +187,7 @@ var AnimationManager = new Class({
*
* @param {Phaser.Types.Animations.Animation} config - The configuration settings for the Animation.
*
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` is the key is already in use.
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` if the key is already in use.
*/
create: function (config)
{