Skip to content

Commit d7b394c

Browse files
committed
Merge pull request scala#434 from odersky/fix-me-3
Fix typo
2 parents 5a3a676 + e453bba commit d7b394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2016-05-06-multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This states that `Option` values can be compared if their elements can be compar
9696
It's foreseen that such `Eq` instances can be generated automatically. If we add
9797
an annotation `@equalityClass` to `Option` like this
9898

99-
`equalityClass` class Option[+T] { ... }
99+
@equalityClass class Option[+T] { ... }
100100

101101
then the `eqOption` definition above would be generated automatically in `Option`'s companion object.
102102

0 commit comments

Comments
 (0)