Fix typo kokemon (should be pokemon)

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:21:55 +03:00
committed by İnanç Gümüş
parent 5bc8b86750
commit 99bda939c8

View File

@ -24,7 +24,7 @@ func main() {
}
books = newBooks
games := []string{"kokemon", "sims"}
games := []string{"pokemon", "sims"}
newGames := []string{"pacman", "doom", "pong"}
newGames = games
games = nil