diff options
author | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:55 -0700 |
---|---|---|
committer | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:55 -0700 |
commit | d543f672c41dd9cc377bd6b4076ed6db7c91b781 (patch) | |
tree | bd8fc0be2506f2a4666e856dca4bc88b92cb0892 /swift.html.markdown | |
parent | 31faf1a6a1c35802cf3676ec1a7f54d86411b566 (diff) | |
parent | ec52390c600479fc87ec0a7880f21d48a30172d4 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'swift.html.markdown')
-rw-r--r-- | swift.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift.html.markdown b/swift.html.markdown index 0d1d2df4..2fbbe544 100644 --- a/swift.html.markdown +++ b/swift.html.markdown @@ -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. |