diff options
Diffstat (limited to 'swift.html.markdown')
| -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      }  } | 
