We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17063b1 + 699a329 commit fba8e4fCopy full SHA for fba8e4f
docs/docs/reference/contextual/delegates.md
@@ -34,7 +34,7 @@ This code defines a trait `Ord` with two given instances. `IntOrd` defines
34
a given for the type `Ord[Int]` whereas `ListOrd[T]` defines givens
35
for `Ord[List[T]]` for all types `T` that come with a given instance for `Ord[T]` themselves.
36
The `given (ord: Ord[T])` clause in `ListOrd` defines an implicit parameter.
37
-Given clauses are further explained in the [next section](./given-clauses.md).
+Given clauses are further explained in [given clauses](./given-clauses.md).
38
39
## Anonymous Given Instances
40
0 commit comments