mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 16:48:10 +00:00
sound/TonePlayer: fix JSDoc typo
This commit is contained in:
parent
6b2e772c89
commit
932572a0f7
@ -130,7 +130,7 @@ export class TonePlayer extends SoundPlayer
|
|||||||
* @name module:sound.TonePlayer#setDuration
|
* @name module:sound.TonePlayer#setDuration
|
||||||
* @function
|
* @function
|
||||||
* @public
|
* @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)
|
setDuration(duration_s)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user