scala-exercises / exercises-stdlib

Scala Exercises' lessons for the standard library
Apache License 2.0
160 stars 333 forks source link

Update Traits.scala #387

Open logc opened 11 months ago

logc commented 11 months ago

Refine the wording about "with" and "extends". On reading the current formulation, it struck me as correct but confusing.

Also, since this section is about traits, and the "Parent classes" section mentions the restriction to one parent class, I found it clearer to change the class in this example to just be another trait.