We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5775a12 + a40da8c commit fd0fb3eCopy full SHA for fd0fb3e
Array2D/README.markdown
@@ -33,7 +33,7 @@ You can also create the array in a single line of code:
33
var cookies = [[Int]](repeating: [Int](repeating: 0, count: 7), count: 9)
34
```
35
36
-This looks complicated, but can simplfy it in a helper function:
+This looks complicated, but you can simplify it with a helper function:
37
38
```swift
39
func dim<T>(_ count: Int, _ value: T) -> [T] {
0 commit comments