method name 'updateSelection' in description is wrong (typo)
Sammeeey opened this issue · 0 comments
Sammeeey commented
In step 8 of part 7 is a typo:
- Add a new method called
updateSelectionwith a parameter calledlocationand with a type ofHousingLocation.updateSelectedLocation(location: HousingLocation) { } searchHousingLocations() {}
updateSelection in should be updateSelectedLocation.
The method in the code is correct (although the code isn't completely correct --> #13), the description before isn't.