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.
next section
1 parent d7896b5 commit 699a329Copy full SHA for 699a329
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