Skip to content

Commit 699a329

Browse files
authored
use name for link instead of next section
`next section` is kind of ambiguous: next section in this page (that's what I expected) vs. next section in the contextual abstraction chapter
1 parent d7896b5 commit 699a329

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)