Skip to content

Commit 8aa4fc3

Browse files
committed
Correct typo ;
Signed-off-by: Akhil Raj <[email protected]>
1 parent 0aaa32c commit 8aa4fc3

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)