Skip to content

Commit ffb8257

Browse files
committed
clarify text
1 parent e013853 commit ffb8257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ if (name == "Hello") {
897897
}
898898
```
899899

900-
Parenthesis can make code read more clearly. While not strictly required for correctness by the compiler, including them is sometimes preferred.
900+
In larger expressions, optional parentheses can sometimes make code read more clearly.
901901

902902
**Preferred:**
903903
```swift

0 commit comments

Comments
 (0)