From 9f1754b47fc8e43f98296e733933b9ade7ec71c0 Mon Sep 17 00:00:00 2001 From: Garima Date: Wed, 22 Nov 2023 15:56:34 +0530 Subject: [PATCH] Solves issue #800 --- lib/p5.sound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; * } *