Skip to content

Commit ab438e2

Browse files
authored
Merge pull request #691 from lf32/typo
Correct typo semicolon
2 parents 3b37e79 + 8aa4fc3 commit ab438e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/envelope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ p5.Envelope.prototype.triggerRelease = function (unit, secondsFromNow) {
730730
* function draw() {
731731
* background(20);
732732
* text('tap to play', 10, 20);
733-
* let h = map(amp.getLevel(), 0, 0.4, 0, height);;
733+
* let h = map(amp.getLevel(), 0, 0.4, 0, height);
734734
* rect(0, height, width, -h);
735735
* }
736736
* </code></div>

0 commit comments

Comments
 (0)