summaryrefslogtreecommitdiffhomepage
path: root/swift.html.markdown
diff options
context:
space:
mode:
authorGeoff Liu <g@geoffliu.me>2015-01-18 13:07:55 -0700
committerGeoff Liu <g@geoffliu.me>2015-01-18 13:07:55 -0700
commitd543f672c41dd9cc377bd6b4076ed6db7c91b781 (patch)
treebd8fc0be2506f2a4666e856dca4bc88b92cb0892 /swift.html.markdown
parent31faf1a6a1c35802cf3676ec1a7f54d86411b566 (diff)
parentec52390c600479fc87ec0a7880f21d48a30172d4 (diff)
Merge remote-tracking branch 'upstream/master'
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.