Skip to content

Commit

Permalink
Fix grammar in comment in ShadowTextToSpeech
Browse files Browse the repository at this point in the history
  • Loading branch information
hoisie committed Jan 16, 2021
1 parent e0e1b5e commit b3bd4a2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -72,8 +72,8 @@ protected void __constructor__(

@Implementation
protected int initTts() {
// Attempt to be model real Android code, where success callbacks occur asynchronously, but
// error callbacks occur immediately.
// Attempt to model real Android code, where success callbacks occur asynchronously and error
// callbacks occur immediately.
if (listener != null) {
if (onInitStatus == TextToSpeech.SUCCESS) {
new Handler(Looper.getMainLooper()).post(() -> listener.onInit(onInitStatus));
Expand Down

0 comments on commit b3bd4a2

Please sign in to comment.