Skip to content

Commit

Permalink
✏ Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Feb 19, 2022
1 parent 1ac1c47 commit d075b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var dealership = Dealership(name: "Los Angeles Dealership")
// Set and assign the Toyota Corolla to the Los Angeles Dealership
car1.setAssign(to: \.cars, in: dealership)

// Set and assign the Honda Civid to the Los Angeles Dealership
// Set and assign the Honda Civic to the Los Angeles Dealership
car2.set()
car2.assign(to: \.cars, in: dealership)
```
Expand Down

0 comments on commit d075b7f

Please sign in to comment.