fix some typos
This commit is contained in:
@ -96,7 +96,7 @@ numberOfLegs["bird"] = 2
|
|||||||
```swift
|
```swift
|
||||||
struct Matrix {
|
struct Matrix {
|
||||||
let rows: Int, columns: Int
|
let rows: Int, columns: Int
|
||||||
var grid: Double[]
|
var grid: [Double]
|
||||||
init(rows: Int, columns: Int) {
|
init(rows: Int, columns: Int) {
|
||||||
self.rows = rows
|
self.rows = rows
|
||||||
self.columns = columns
|
self.columns = columns
|
||||||
|
|||||||
Reference in New Issue
Block a user