centria / basic-csharp

https://centria.github.io/basic-csharp/
MIT License
0 stars 8 forks source link

Update function description for Exercise 15 in Part5-4.md #86

Closed sudo-rickroll closed 1 year ago

sudo-rickroll commented 1 year ago

Changed line 1838 (in Exercise 15 for Part 5) for the public bool LessThan(Money compared) method to indicate that the method should return true if the calling object's value is worth "lesser" than the value of the method parameter and not "greater" as suggested in the course description.