Skip to content

Commit 1810ddc

Browse files
author
Dean Wampler
committed
Typo
1 parent 70b6bf9 commit 1810ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/scala-2/progscala3/objectsystem/hashcode/CaseObjectHashCode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ println(s"O2: ${O2.hashCode} == ${"O2".hashCode}")
1515
println(s"O3: ${O3.hashCode} != ${"O3".hashCode}")
1616
println(s"O3.O4: ${O3.O4.hashCode} != ${"O3.O4".hashCode}")
1717
println(s"03.04 vs. 04: ${O3.O4.hashCode} == ${"O4".hashCode}")
18-
println(s"03.04 vs. 03: ${O3.O4.hashCode} == ${"O3".hashCode}")
18+
println(s"03.04 vs. 03: ${O3.O4.hashCode} != ${"O3".hashCode}")

0 commit comments

Comments
 (0)