turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

Edit method names for consistency #1145

Closed bethsebian closed 8 years ago

bethsebian commented 8 years ago

This change resolves discrepancies between the method calls in the section headers and code snippets for these three methods: 1) estimated_median_household_income_average, 2) free_or_reduced_price_lunch_percentage_in_year, and 3) free_or_reduced_price_lunch_number_in_year.

Method names are now consistently titled: 1) median_household_income_average, 2) free_or_reduced_price_lunch_percentage_in_year, and 3) free_or_reduced_price_lunch_number_in_year.