We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c4f12 commit f054887Copy full SHA for f054887
oo-traits/src/test/scala/scalaexamples/traits/DynamicMixinTest.scala
@@ -13,7 +13,7 @@ class DynamicMixinTest extends EmptyTest {
13
val myElement = new Element(0)
14
15
// Make the following compile and run.
16
- // Hint this is easy to achieve by using mixing in the correct
+ // Hint this is easy to achieve by mixing in the correct
17
// trait right here when creating the instance of Element.
18
19
// assertEquals("a value", myElement.mixedInMethod)
0 commit comments