Fix typo kokemon (should be pokemon)

This commit is contained in:
Firas Khalil Khana
2021-06-08 11:19:26 +03:00
committed by İnanç Gümüş
parent 5bc8b86750
commit 99bda939c8
@@ -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