Skip to content

Commit 83cc581

Browse files
authored
doc(overview): link directly to given
1 parent c521b39 commit 83cc581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These new constructs directly model core features of DOT, higher-kinded types, a
3131
These constructs replace existing constructs with the aim of making the language safer and simpler to use, and to promote uniformity in code style.
3232

3333
- [Trait Parameters](other-new-features/trait-parameters.md) replace [early initializers](dropped-features/early-initializers.md) with a more generally useful construct.
34-
- [Given Instances](contextual/delegates.md)
34+
- [Given Instances](contextual/givens.md)
3535
replace implicit objects and defs, focussing on intent over mechanism.
3636
- [Using Clauses](contextual/using-clauses.md) replace implicit parameters, avoiding their ambiguities.
3737
- [Extension Methods](contextual/extension-methods.md) replace implicit classes with a clearer and simpler mechanism.

0 commit comments

Comments
 (0)