Skip to content

Commit 2829d27

Browse files
committed
Fixed return type. Fix phaserjs#4772
1 parent d67a71e commit 2829d27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
5656

57-
@krzysztof-grzybek @NokFrt
57+
@krzysztof-grzybek @NokFrt @r-onodera
5858

5959

6060

src/sound/BaseSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ var BaseSoundManager = new Class({
192192
* @param {string} key - Asset key for the sound.
193193
* @param {Phaser.Types.Sound.SoundConfig} [config] - An optional config object containing default sound settings.
194194
*
195-
* @return {Phaser.Types.Sound.AudioSpriteSound} The new audio sprite sound instance.
195+
* @return {(Phaser.Sound.HTML5AudioSound|Phaser.Sound.WebAudioSound)} The new audio sprite sound instance.
196196
*/
197197
addAudioSprite: function (key, config)
198198
{

0 commit comments

Comments
 (0)