Skip to content

Commit cda4f05

Browse files
authored
Merge pull request phaserjs#5272 from jaabberwocky/fix-animationmanager-docs
Fix typo for documentation on create method of AnimationManager
2 parents 979ef9c + 9f1cd22 commit cda4f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animations/AnimationManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ var AnimationManager = new Class({
187187
*
188188
* @param {Phaser.Types.Animations.Animation} config - The configuration settings for the Animation.
189189
*
190-
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` is the key is already in use.
190+
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` if the key is already in use.
191191
*/
192192
create: function (config)
193193
{

0 commit comments

Comments
 (0)