Merge pull request #930 from yelite/patch-1

Update swift.html.markdown
This commit is contained in:
Geoff Liu 2015-01-18 12:25:57 -07:00
commit ec52390c60

View File

@ -481,7 +481,7 @@ extension Int {
}
println(7.customProperty) // "This is 7"
println(14.multiplyBy(2)) // 42
println(14.multiplyBy(3)) // 42
// Generics: Similar to Java and C#. Use the `where` keyword to specify the
// requirements of the generics.