Fixed remove method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 17:21:11 +01:00
parent 91d40a9531
commit 3c9542f565

View file

@ -303,7 +303,7 @@ var BaseSoundManager = new Class({
* @method Phaser.Sound.BaseSoundManager#remove
* @since 3.0.0
*
* @param {ISound} sound - The sound object to remove.
* @param {Phaser.Sound.BaseSound} sound - The sound object to remove.
*
* @return {boolean} True if the sound was removed successfully, otherwise false.
*/