From 932572a0f71506ecdf4073ebb65240db276d397d Mon Sep 17 00:00:00 2001 From: Sotiri Bakagiannis Date: Wed, 26 Aug 2020 13:37:04 +0100 Subject: [PATCH] sound/TonePlayer: fix JSDoc typo --- js/sound/TonePlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sound/TonePlayer.js b/js/sound/TonePlayer.js index 14a3d49..a4ec8b4 100644 --- a/js/sound/TonePlayer.js +++ b/js/sound/TonePlayer.js @@ -130,7 +130,7 @@ export class TonePlayer extends SoundPlayer * @name module:sound.TonePlayer#setDuration * @function * @public - * @param {Integer} duration_s - dthe uration of the tone (in seconds) If duration_s == -1, the sound will play indefinitely. + * @param {number} duration_s - the duration of the tone (in seconds) If duration_s == -1, the sound will play indefinitely. */ setDuration(duration_s) {