diff --git a/Semicolon after Struct/readme.md b/Semicolon after Struct/readme.md index 1dceb48..d93c47b 100644 --- a/Semicolon after Struct/readme.md +++ b/Semicolon after Struct/readme.md @@ -1,4 +1,4 @@ -Why do Structs require a Semicolon after the closing bracket '}'? It looks ugly! And is incongruent with Function & Class definitions which Do NOT require a closing semicolon! +Why do Structs require a Semicolon after the closing bracket '}'? It looks ugly! And is incongruent with Function & Class definitions which Do NOT require a closing semicolon! Every field definition within the Struct ends in a semicolon already, so a final extra one is redundant! https://stackoverflow.com/questions/5675208/expected-initializer-before-function-name