You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abbreviations and and acronyms should generally be avoided. Following the Apple Design Guidelines, abbreviations and initialisms that appear in all uppercase should be uniformly uppercase or lowercase. Examples:
85
+
Abbreviations and acronyms should generally be avoided. Following the Apple Design Guidelines, abbreviations and initialisms that appear in all uppercase should be uniformly uppercase or lowercase. Examples:
86
86
87
87
**Preferred**
88
88
```swift
@@ -920,9 +920,9 @@ let swift = "not a scripting language";
920
920
921
921
**NOTE**: Swift is very different to JavaScript, where omitting semicolons is [generally considered unsafe](http://stackoverflow.com/questions/444080/do-you-recommend-using-semicolons-after-every-statement-in-javascript)
922
922
923
-
## Parenthesis
923
+
## Parentheses
924
924
925
-
Parenthesis around conditionals are not required and should be omitted.
925
+
Parentheses around conditionals are not required and should be omitted.
0 commit comments