Skip to content

Commit 82119c1

Browse files
Fixed constructor config param docs
1 parent 99c5053 commit 82119c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var NOOP = require('../utils/NOOP');
2222
*
2323
* @param {Phaser.Sound.BaseSoundManager} manager - Reference to the current sound manager instance.
2424
* @param {string} key - Asset key for the sound.
25-
* @param {object} config - An optional config object containing default sound settings.
25+
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
2626
*/
2727
var BaseSound = new Class({
2828

0 commit comments

Comments
 (0)