Skip to content

Commit ac82db9

Browse files
author
Dean Wampler
committed
Fixed the comment to match the file name. Note that this file was accidentally omitted from page 150 and implicit-conversions-resolution.sc was included twice.
1 parent b11600c commit ac82db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/progscala2/implicits/implicit-conversions-resolution2.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// src/main/scala/progscala2/implicits/implicit-conversions-resolution.sc
1+
// src/main/scala/progscala2/implicits/implicit-conversions-resolution2.sc
22
import scala.language.implicitConversions
33

44
case class Foo(s: String)

0 commit comments

Comments
 (0)