Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman authored and bomanimc committed Nov 4, 2020
1 parent b25c1ba commit 62146d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/p5js/CharRNN/CharRNN_Interactive/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function setup() {
lengthSlider = select('#lenSlider');
tempSlider = select('#tempSlider');

// Run generate anytime something changes
// Run "changing" anytime something changes
textInput.input(changing);
lengthSlider.input(changing);
tempSlider.input(changing);
Expand Down

0 comments on commit 62146d4

Please sign in to comment.