summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Brewczynski <pbbluesm@gmail.com>2016-01-14 19:11:45 +0100
committerPaul Brewczynski <pbbluesm@gmail.com>2016-01-14 19:11:45 +0100
commit1c1944acb480d9c463c59136eba5ffa19f376fdc (patch)
tree8294c3b535a00bf5eac2300cab8b092e945dd31e
parentea5eed5fcdbd875f7f9a7eed70ac5a46d61b18d7 (diff)
Updated comment on documentation of Swift functions
Documentation syntax is no longer reStructuredText, It's "Swift-flavored version of Markdown" http://nshipster.com/swift-documentation/
-rw-r--r--swift.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift.html.markdown b/swift.html.markdown
index c54f8e00..46996526 100644
--- a/swift.html.markdown
+++ b/swift.html.markdown
@@ -213,7 +213,7 @@ default: // required (in order to cover all possible input)
// Functions are a first-class type, meaning they can be nested
// in functions and can be passed around
-// Function with Swift header docs (format as reStructedText)
+// Function with Swift header docs (format as Swift-modified Markdown syntax)
/**
A greet operation