Skip to content

Commit 16f9b22

Browse files
Merge pull request #13945 from ireina7/fix-typo-in-doc
Fix a typo in dotc doc
2 parents 4025951 + 9c8c50b commit 16f9b22

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)