Skip to content

Commit 5f6b23e

Browse files
committed
Fix typo
1 parent 3410426 commit 5f6b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/derivation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ trait Eq[T] {
253253
}
254254

255255
object Eq {
256-
given Eq[Int] as {
256+
given Eq[Int] {
257257
def eqv(x: Int, y: Int) = x == y
258258
}
259259

0 commit comments

Comments
 (0)