Skip to content

Commit fd0fb3e

Browse files
authored
Merge pull request #585 from ishaanSejwal/master
Improved description [skip ci]
2 parents 5775a12 + a40da8c commit fd0fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Array2D/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also create the array in a single line of code:
3333
var cookies = [[Int]](repeating: [Int](repeating: 0, count: 7), count: 9)
3434
```
3535

36-
This looks complicated, but can simplfy it in a helper function:
36+
This looks complicated, but you can simplify it with a helper function:
3737

3838
```swift
3939
func dim<T>(_ count: Int, _ value: T) -> [T] {

0 commit comments

Comments
 (0)