Skip to content

Commit 63aab40

Browse files
Merge pull request #6264 from ignasi35/patch-1
Fix dead link
2 parents 0d0274b + 93d1911 commit 63aab40

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
@@ -40,7 +40,7 @@ These constructs replace existing constructs with the aim of making the language
4040
- [Opaque Type Aliases](https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html) replace most uses
4141
of value classes while guaranteeing absence of boxing.
4242
- [Toplevel definitions](https://dotty.epfl.ch/docs/reference/dropped-features/package-objects.html) replace package objects, dropping syntactic boilerplate.
43-
- [Export clauses](https://dotty.epfl.ch/docs/reference/new-features/export.html)
43+
- [Export clauses](https://dotty.epfl.ch/docs/reference/other-new-features/export.html)
4444
provide a simple and general way to express aggregation, which can replace the
4545
previous facade pattern of package objects inheriting from classes.
4646
- [Vararg patterns](https://dotty.epfl.ch/docs/reference/changed-features/vararg-patterns.html) now use the form `: _*` instead of `@ _*`, mirroring vararg expressions,

0 commit comments

Comments
 (0)