We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a273d69 commit 9f1cd22Copy full SHA for 9f1cd22
1 file changed
src/animations/AnimationManager.js
@@ -187,7 +187,7 @@ var AnimationManager = new Class({
187
*
188
* @param {Phaser.Types.Animations.Animation} config - The configuration settings for the Animation.
189
190
- * @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.
191
*/
192
create: function (config)
193
{
0 commit comments