Skip to content

Commit 7b7774e

Browse files
committed
Fix a typo
1 parent e5df10a commit 7b7774e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ class Namer { typer: Typer =>
12691269
end ensureFirstIsClass
12701270

12711271
/** If `parents` contains references to traits that have supertraits with implicit parameters
1272-
* add those supertraits in lineraization order unless they are already covered by other
1272+
* add those supertraits in linearization order unless they are already covered by other
12731273
* parent types. For instance, in
12741274
*
12751275
* class A

0 commit comments

Comments
 (0)