Skip to content

Commit d56060d

Browse files
authored
Merge pull request #7470 from solnaranu/docs-multiversaleq-typo
Fix multiversal equality docs typo
2 parents b44c6af + 8c6a2c0 commit d56060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/multiversal-equality.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Instead of defining `Eql` instances directly, it is often more convenient to der
9494
```scala
9595
class Box[T](x: T) derives Eql
9696
```
97-
By the usual rules if [typeclass derivation](./derivation.md),
97+
By the usual rules of [typeclass derivation](./derivation.md),
9898
this generates the following `Eql` instance in the companion object of `Box`:
9999
```scala
100100
given [T, U](given Eql[T, U]) : Eql[Box[T], Box[U]] = Eql.derived

0 commit comments

Comments
 (0)