We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e013853 commit ffb8257Copy full SHA for ffb8257
README.markdown
@@ -897,7 +897,7 @@ if (name == "Hello") {
897
}
898
```
899
900
-Parenthesis can make code read more clearly. While not strictly required for correctness by the compiler, including them is sometimes preferred.
+In larger expressions, optional parentheses can sometimes make code read more clearly.
901
902
**Preferred:**
903
```swift
0 commit comments