Skip to content

Commit fba8e4f

Browse files
authored
Merge pull request #7199 from robstoll/patch-14
[doc] use name for link instead of `next section`
2 parents 17063b1 + 699a329 commit fba8e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/delegates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This code defines a trait `Ord` with two given instances. `IntOrd` defines
3434
a given for the type `Ord[Int]` whereas `ListOrd[T]` defines givens
3535
for `Ord[List[T]]` for all types `T` that come with a given instance for `Ord[T]` themselves.
3636
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).
37+
Given clauses are further explained in [given clauses](./given-clauses.md).
3838

3939
## Anonymous Given Instances
4040

0 commit comments

Comments
 (0)