Skip to content

Commit f054887

Browse files
committed
fix typo
1 parent 43c4f12 commit f054887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oo-traits/src/test/scala/scalaexamples/traits/DynamicMixinTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DynamicMixinTest extends EmptyTest {
1313
val myElement = new Element(0)
1414

1515
// Make the following compile and run.
16-
// Hint this is easy to achieve by using mixing in the correct
16+
// Hint this is easy to achieve by mixing in the correct
1717
// trait right here when creating the instance of Element.
1818

1919
// assertEquals("a value", myElement.mixedInMethod)

0 commit comments

Comments
 (0)