Skip to content

Commit a2813fc

Browse files
committed
fixed typo
1 parent 41d8679 commit a2813fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-libraries-standalone/refined/src/main/scala/com/baeldung/refined/RefinedIntro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ object RefinedIntro {
7171
}
7272

7373
object Hello extends App {
74-
import RefinedProject._
74+
import RefinedIntro._
7575
println(refineV[Short](Person("Herbert", 4.0)))
7676
}

0 commit comments

Comments
 (0)