We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b195245 commit a40da8cCopy full SHA for a40da8c
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