diff --git a/source/chapter2/04_Collection_Types.md b/source/chapter2/04_Collection_Types.md index 4ec94206..19c05246 100755 --- a/source/chapter2/04_Collection_Types.md +++ b/source/chapter2/04_Collection_Types.md @@ -350,7 +350,7 @@ if favoriteGenres.contains("Funk") { ```swift for genre in favoriteGenres { - println("\(value)") + println("\(genre)") } // Classical // Jazz