summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoryelite <yelite@users.noreply.github.com>2015-01-18 16:06:48 +0800
committeryelite <yelite@users.noreply.github.com>2015-01-18 16:06:48 +0800
commit3fa59915d0e30b5b0f08bea5e1a62b73f4250ebb (patch)
treed0d94fc5aeac7b6401876ee38d1150eaf6334084
parentfcfe22a7e3f9fcf217a1b6afd9b15b79bd75189a (diff)
Update 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.