diff options
author | ven <vendethiel@hotmail.fr> | 2016-01-18 10:07:00 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-01-18 10:07:00 +0100 |
commit | 5477929e8e3c1990c046f245b1e59dbc9df92b45 (patch) | |
tree | 68822a06a459f59d228cb508b20561fb1ffad965 | |
parent | 9ecbc9965992a9d9924013d114dcd88e9a3abcc9 (diff) | |
parent | 107356e627716b75cd79486dbacb1b5d119b4d82 (diff) |
Merge pull request #2100 from pbrewczynski/patch-8
[Swift/en] Deleted semicolon to be consistent - Small Fix
-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 46996526..46768375 100644 --- a/swift.html.markdown +++ b/swift.html.markdown @@ -392,7 +392,7 @@ testTryStuff() public class Shape { public func getArea() -> Int { - return 0; + return 0 } } |