Skip to content

Commit 3b6a406

Browse files
Fixed add method docs
1 parent e018be1 commit 3b6a406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var WebAudioSoundManager = new Class({
112112
* @since 3.0.0
113113
*
114114
* @param {string} key - Asset key for the sound.
115-
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
115+
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
116116
*
117117
* @return {Phaser.Sound.WebAudioSound} The new sound instance.
118118
*/

0 commit comments

Comments
 (0)