Merge pull request #377 from gaodong/gh-pages
Update 04_Collection_Types.md
This commit is contained in:
@ -350,7 +350,7 @@ if favoriteGenres.contains("Funk") {
|
||||
|
||||
```swift
|
||||
for genre in favoriteGenres {
|
||||
println("\(value)")
|
||||
println("\(genre)")
|
||||
}
|
||||
// Classical
|
||||
// Jazz
|
||||
|
||||
Reference in New Issue
Block a user