diff options
author | ven <vendethiel@hotmail.fr> | 2016-01-15 13:56:27 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-01-15 13:56:27 +0100 |
commit | 9ecbc9965992a9d9924013d114dcd88e9a3abcc9 (patch) | |
tree | 8294c3b535a00bf5eac2300cab8b092e945dd31e | |
parent | ea5eed5fcdbd875f7f9a7eed70ac5a46d61b18d7 (diff) | |
parent | 1c1944acb480d9c463c59136eba5ffa19f376fdc (diff) |
Merge pull request #2099 from pbrewczynski/patch-7
[Swift/en] Updated comment on documentation of Swift functions
-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 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 |