Skip to content

Commit 9c8c50b

Browse files
committed
fix typo in doc
1 parent 4025951 commit 9c8c50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Names.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ object Names {
245245
myMangledString
246246
}
247247

248-
/** If this a qualified name, split it into underlyng, last part, and separator
248+
/** If this a qualified name, split it into underlying, last part, and separator
249249
* Otherwise return an empty name, the name itself, and "")
250250
*/
251251
def split: (TermName, TermName, String)

0 commit comments

Comments
 (0)