diff --git a/lib/p5.sound.js b/lib/p5.sound.js index c8c81233..d1e7c4da 100644 --- a/lib/p5.sound.js +++ b/lib/p5.sound.js @@ -10073,7 +10073,7 @@ var soundRecorder_ac = main.audiocontext; * // stop browser from accessing the mic * mic.dispose(); * - * text('Done! Tap to play and download', width/2, height/2, width - 20); + * text('Done! Tap to play\nand download', width/2, height/2); * isResultPlayed = true; * } *