Skip to content

Commit bbf7026

Browse files
jawwadrayfix
authored andcommitted
Add a single space after commas (kodecocodes#245)
1 parent 12b8c5b commit bbf7026

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
@@ -686,7 +686,7 @@ launch(&rocket)
686686
**Free Function Exceptions**
687687
```swift
688688
let tuples = zip(a, b) // feels natural as a free function (symmetry)
689-
let value = max(x,y,z) // another free function that feels natural
689+
let value = max(x, y, z) // another free function that feels natural
690690
```
691691

692692
## Memory Management

0 commit comments

Comments
 (0)