From 802ed3b38c5ab98a126d50bebfd8b387ad7d472f Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Tue, 25 Feb 2020 15:02:57 +0100 Subject: [PATCH] doc(untupling): fix list at the end, add newline --- docs/docs/reference/other-new-features/parameter-untupling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/reference/other-new-features/parameter-untupling.md b/docs/docs/reference/other-new-features/parameter-untupling.md index 41d27b723ac5..c0765aa57350 100644 --- a/docs/docs/reference/other-new-features/parameter-untupling.md +++ b/docs/docs/reference/other-new-features/parameter-untupling.md @@ -31,5 +31,6 @@ function type of the form `((T_1, ..., T_n)) => U`. ### Reference For more info see: + * [More details](./parameter-untupling-spec.md) * [Issue #897](https://github.com/lampepfl/dotty/issues/897).