Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a40da8c

Browse files
authoredAug 8, 2017
Improved description [skip ci]
1 parent b195245 commit a40da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Array2D/README.markdown

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.