diff options
author | yelite <yelite@users.noreply.github.com> | 2015-01-18 16:06:48 +0800 |
---|---|---|
committer | yelite <yelite@users.noreply.github.com> | 2015-01-18 16:06:48 +0800 |
commit | 3fa59915d0e30b5b0f08bea5e1a62b73f4250ebb (patch) | |
tree | d0d94fc5aeac7b6401876ee38d1150eaf6334084 /swift.html.markdown | |
parent | fcfe22a7e3f9fcf217a1b6afd9b15b79bd75189a (diff) |
Update swift.html.markdown
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. |