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

Static Methods examples use camel-case instead of pascal-case #52

Open matthewcreek opened 3 months ago

matthewcreek commented 3 months ago

Relevant Link

image

As detailed in the screenshot, the text shows the method name in the text as makeNoise while the code in the example is actually MakeNoise

Suggested change is to have the example text match the reality of the example code.