From 5b096979728058a9029a1925612a1a71be9d21a8 Mon Sep 17 00:00:00 2001 From: kkvanonymous Date: Fri, 6 Nov 2020 17:50:45 +0530 Subject: [PATCH] Fix typo in bpm field of p5.soundLoop reference --- lib/p5.sound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/p5.sound.js b/lib/p5.sound.js index 7ef0c43b..f2a92764 100644 --- a/lib/p5.sound.js +++ b/lib/p5.sound.js @@ -9735,7 +9735,7 @@ p5.SoundLoop.prototype._note = function (value) { return this._timeSignature / value; }; /** - * Getters and Setters, setting any paramter will result in a change in the clock's + * Getters and Setters, setting any parameter will result in a change in the clock's * frequency, that will be reflected after the next callback * beats per minute (defaults to 60) * @property {Number} bpm