LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

mismatch loop types between text / larger code block and smaller example #58

Open pjduri opened 3 months ago

pjduri commented 3 months ago

Relevant link: https://education.launchcode.org/csharp-web-dev-curriculum/flow-collections/reading/dictionary/index.html

Section detailing iteration through Dictionaries refers to foreach loop, which matches larger code block at beginning of page, but the shorter code snippet showing that loop shows for instead of foreach.

image