Skip to content

Commit 68014a5

Browse files
committed
Update p5.speech.js
1 parent 0cc2042 commit 68014a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/p5.speech.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
}
355355
};
356356

357-
// Add function to stop the speech recognition from keep listening
357+
// Add function to stop the speech recognition from continued listening
358358
p5.SpeechRec.prototype.stop = function() {
359359
if('webkitSpeechRecognition' in window) {
360360
this.rec.stop();

0 commit comments

Comments
 (0)