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
|
```swift
|
||||||
for genre in favoriteGenres {
|
for genre in favoriteGenres {
|
||||||
println("\(value)")
|
println("\(genre)")
|
||||||
}
|
}
|
||||||
// Classical
|
// Classical
|
||||||
// Jazz
|
// Jazz
|
||||||
|
|||||||
Reference in New Issue
Block a user