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
}
}