Skip to content

Commit ca2dedc

Browse files
committed
use object StringUtilsV3 defined in this worksheet
1 parent a2a1438 commit ca2dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/progscala2/typelessdomore/method-overloaded-return-v3.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ object StringUtilV3 {
1010

1111
}
1212

13-
println( StringUtilV1.joiner(List("Programming", "Scala")) )
13+
println( StringUtilV3.joiner(List("Programming", "Scala")) )

0 commit comments

Comments
 (0)