Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit d075b7f

Browse files
authored
✏ Fix spelling error
1 parent 1ac1c47 commit d075b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ var dealership = Dealership(name: "Los Angeles Dealership")
155155
// Set and assign the Toyota Corolla to the Los Angeles Dealership
156156
car1.setAssign(to: \.cars, in: dealership)
157157

158-
// Set and assign the Honda Civid to the Los Angeles Dealership
158+
// Set and assign the Honda Civic to the Los Angeles Dealership
159159
car2.set()
160160
car2.assign(to: \.cars, in: dealership)
161161
```

0 commit comments

Comments
 (0)