Skip to content

Commit 9959d42

Browse files
Fixed updateMarker method docs
1 parent af89faa commit 9959d42

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
@@ -293,7 +293,7 @@ var BaseSound = new Class({
293293
* @method Phaser.Sound.BaseSound#updateMarker
294294
* @since 3.0.0
295295
*
296-
* @param {ISoundMarker} marker - Marker object with updated values.
296+
* @param {SoundMarker} marker - Marker object with updated values.
297297
*
298298
* @return {boolean} Whether the marker was updated successfully.
299299
*/

0 commit comments

Comments
 (0)