project-lovelace / lovelace-website

📜 Back end and front end code for the Project Lovelace website.
http://projectlovelace.net
MIT License
29 stars 4 forks source link

Fixed `donated_blood` variable consistency #151

Closed paniash closed 3 years ago

paniash commented 3 years ago

The functions in the code editor for the "Blood types" problem, contain the arguments: blood_type and donated_blood whereas, the function description contains the arguments, blood_type and available_blood_types.

This PR fixes this inconsistency.

paniash commented 3 years ago

Cool. Thanks a lot! @ali-ramadhan