We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b8c5b commit bbf7026Copy full SHA for bbf7026
README.markdown
@@ -686,7 +686,7 @@ launch(&rocket)
686
**Free Function Exceptions**
687
```swift
688
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
+let value = max(x, y, z) // another free function that feels natural
690
```
691
692
## Memory Management
0 commit comments