We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e018be1 commit 3b6a406Copy full SHA for 3b6a406
1 file changed
src/sound/webaudio/WebAudioSoundManager.js
@@ -112,7 +112,7 @@ var WebAudioSoundManager = new Class({
112
* @since 3.0.0
113
*
114
* @param {string} key - Asset key for the sound.
115
- * @param {ISoundConfig} [config] - An optional config object containing default sound settings.
+ * @param {SoundConfig} [config] - An optional config object containing default sound settings.
116
117
* @return {Phaser.Sound.WebAudioSound} The new sound instance.
118
*/
0 commit comments