Skip to content

Commit

Permalink
Fixed function name mismatch in reference page of p5.Amplitude (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance21 authored Apr 15, 2021
1 parent ac73e1d commit a266a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amplitude.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import processorNames from './audioWorklet/processorNames';
* }
* function setup() {
* let cnv = createCanvas(100,100);
* cnv.mouseClicked(toggleSound);
* cnv.mouseClicked(togglePlay);
* amplitude = new p5.Amplitude();
* }
*
Expand Down

0 comments on commit a266a5b

Please sign in to comment.