From c01bab71b0d6f690f4ff2bd0b9c52177a8fc33ac Mon Sep 17 00:00:00 2001 From: Raphael Jolly Date: Tue, 23 Feb 2021 15:07:55 +0100 Subject: [PATCH] Fix double link to intersection types --- docs/docs/reference/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/overview.md b/docs/docs/reference/overview.md index 22a73b9a3def..1784b76aa904 100644 --- a/docs/docs/reference/overview.md +++ b/docs/docs/reference/overview.md @@ -87,7 +87,7 @@ These constructs are proposed to be dropped without a new construct replacing th - [Symbol literals](dropped-features/symlits.md), - [Auto application](dropped-features/auto-apply.md), - [Weak conformance](dropped-features/weak-conformance.md), -- [Compound types](new-types/intersection-types.md) (replaced by [Intersection types](new-types/intersection-types.md)), +- Compound types (replaced by [Intersection types](new-types/intersection-types.md)), - [Auto tupling](https://github.com/lampepfl/dotty/pull/4311) (implemented, but not merged). The date when these constructs are dropped varies. The current status is: