Skip to content

Commit 50bf462

Browse files
committed
Remove stray text in comment
1 parent 2df8031 commit 50bf462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Applications.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ trait Applications extends Compatibility { self: Typer with Dynamic =>
10471047
else if (sym1 is Module) compareOwner(sym1.companionClass, sym2)
10481048
else 0
10491049

1050-
/** Compare to alternatives of an overloaded call or an implicit search. forIn a set of overloaded applicable alternatives, is `alt1` at least as good as
1050+
/** Compare to alternatives of an overloaded call or an implicit search.
10511051
*
10521052
* @param alt1, alt2 Non-overloaded references indicating the two choices
10531053
* @param level1, level2 If alternatives come from a comparison of two contextual

0 commit comments

Comments
 (0)