There was an error while loading. Please reload this page.
1 parent 1d57c58 commit abbaa4eCopy full SHA for abbaa4e
README.md
@@ -394,7 +394,8 @@ enum GlobalConstants {
394
395
## Case Statements
396
397
-Case statements do not required braces, however when a case contains more than one line braces should be added.
+Braces are not required for case statements, unless enforced by the complier.
398
+When a case contains more than one line, braces should be added.
399
400
```objc
401
switch (condition) {
0 commit comments