summaryrefslogtreecommitdiffhomepage
path: root/swift.html.markdown
diff options
context:
space:
mode:
authorGeoff Liu <cangming.liu@gmail.com>2015-01-18 12:25:57 -0700
committerGeoff Liu <cangming.liu@gmail.com>2015-01-18 12:25:57 -0700
commitec52390c600479fc87ec0a7880f21d48a30172d4 (patch)
treed0d94fc5aeac7b6401876ee38d1150eaf6334084 /swift.html.markdown
parentfcfe22a7e3f9fcf217a1b6afd9b15b79bd75189a (diff)
parent3fa59915d0e30b5b0f08bea5e1a62b73f4250ebb (diff)
Merge pull request #930 from yelite/patch-1
Update swift.html.markdown
Diffstat (limited to 'swift.html.markdown')
-rw-r--r--swift.html.markdown2
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.