Skip to content

Commit c7c485d

Browse files
committed
Merge pull request SwiftGGTeam#377 from gaodong/gh-pages
Update 04_Collection_Types.md
2 parents 8edf9ce + eaf346a commit c7c485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter2/04_Collection_Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ if favoriteGenres.contains("Funk") {
350350

351351
```swift
352352
for genre in favoriteGenres {
353-
println("\(value)")
353+
println("\(genre)")
354354
}
355355
// Classical
356356
// Jazz

0 commit comments

Comments
 (0)