From 6b2e772c8941be65bd2e523ac0e452206412d586 Mon Sep 17 00:00:00 2001 From: Sotiri Bakagiannis Date: Wed, 26 Aug 2020 13:36:43 +0100 Subject: [PATCH] sound/Sound: fix JSDoc typos --- js/sound/Sound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sound/Sound.js b/js/sound/Sound.js index 3b287f1..37ee395 100644 --- a/js/sound/Sound.js +++ b/js/sound/Sound.js @@ -168,7 +168,7 @@ export class Sound extends PsychObject * * @public * @param {number} [secs=0.5] - duration of the tone (in seconds) If secs == -1, the sound will play indefinitely. - * @param {boolean} [log=true] - whether of not to log + * @param {boolean} [log=true] - whether or not to log */ setSecs(secs = 0.5, log = true) {