From 9c8c50b26e6b9f9d52baf7619998c0e69c96ba0b Mon Sep 17 00:00:00 2001 From: comcx Date: Sun, 14 Nov 2021 15:51:28 +0800 Subject: [PATCH] fix typo in doc --- compiler/src/dotty/tools/dotc/core/Names.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/core/Names.scala b/compiler/src/dotty/tools/dotc/core/Names.scala index 97356c76dde8..f12aaecdd12d 100644 --- a/compiler/src/dotty/tools/dotc/core/Names.scala +++ b/compiler/src/dotty/tools/dotc/core/Names.scala @@ -245,7 +245,7 @@ object Names { myMangledString } - /** If this a qualified name, split it into underlyng, last part, and separator + /** If this a qualified name, split it into underlying, last part, and separator * Otherwise return an empty name, the name itself, and "") */ def split: (TermName, TermName, String)