Skip to content

Commit 52d2e7c

Browse files
committed
refactor
1 parent cd52a35 commit 52d2e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ai/elimu/maneno/LetterSoundActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class LetterSoundActivity : AppCompatActivity() {
7070
break
7171
}
7272
}
73-
Log.i(TAG, "wordsWith3Letters.size: " + wordsWith3LetterSounds!!.size)
73+
Log.i(TAG, "wordsWith3LetterSounds.size: " + wordsWith3LetterSounds!!.size)
7474
}
7575

7676
override fun onStart() {

0 commit comments

Comments
 (0)