Statistic calculation for "a" word

This commit is contained in:
Avery Pace
2021-11-07 17:15:11 -05:00
parent 0f351477e1
commit e4c5c2df05
9 changed files with 110 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ class FlashCardsViewModel: ObservableObject {
if let safeDictionary = jsonLoader.loadDictionary() {
fullDictionary = safeDictionary
randomDictionary = safeDictionary
randomDictionary.shuffle()
//randomDictionary.shuffle()
}
}