Skip to content

Commit

Permalink
Merge pull request #557 from KKVANONYMOUS/master
Browse files Browse the repository at this point in the history
Fix typo in bpm field of p5.soundLoop reference
  • Loading branch information
montoyamoraga authored Nov 11, 2020
2 parents b291d88 + 5b09697 commit 3b82514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/p5.sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b82514

Please sign in to comment.