Skip to content

Commit 5e41c48

Browse files
Fixed add method docs
1 parent cb939cc commit 5e41c48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sound/BaseSoundManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ var BaseSoundManager = new Class({
187187
* @since 3.0.0
188188
*
189189
* @param {string} key - Asset key for the sound.
190-
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
190+
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
191191
*
192-
* @return {ISound} The new sound instance.
192+
* @return {Phaser.Sound.BaseSound} The new sound instance.
193193
*/
194194
add: NOOP,
195195

0 commit comments

Comments
 (0)