From 359aa24a07daa6e2c1fe9bf1ba210fec4a452f2e Mon Sep 17 00:00:00 2001 From: "Magnolia.K" Date: Sat, 5 Jun 2021 18:20:31 +0900 Subject: [PATCH] Deleted unnecessary explanations As a result of replacing 'Dotty' with 'Scala 3' in the following commit, the explanation 'which is scheduled to become Scala 3' is no longer needed. https://github.com/lampepfl/dotty/commit/ccb76da991bfbb882e1e91e5c6051d91ed4b86f3 --- scaladoc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scaladoc/README.md b/scaladoc/README.md index 9d5ebc11bde3..d63a9551b64c 100644 --- a/scaladoc/README.md +++ b/scaladoc/README.md @@ -1,8 +1,8 @@ # Scaladoc Scaladoc is the documentation tool for -[Scala 3](https://github.com/lampepfl/dotty), which is scheduled to become -Scala 3. It uses the TastyInspector to access definitions, +[Scala 3](https://github.com/lampepfl/dotty). +It uses the TastyInspector to access definitions, which is an officially supported way to access Scala 3's perspective of a codebase.