Skip to content

Commit 7044e39

Browse files
committed
Fix typo
1 parent 9b74ac1 commit 7044e39

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
@@ -270,7 +270,7 @@ class Namer { typer: Typer =>
270270

271271
/** Check that flags are OK for symbol. This is done early to avoid
272272
* catastrophic failure when we create a TermSymbol with TypeFlags, or vice versa.
273-
* A more complete check is done in checkWellformed.
273+
* A more complete check is done in checkWellFormed.
274274
*/
275275
def checkFlags(flags: FlagSet) =
276276
if (flags.isEmpty) flags

0 commit comments

Comments
 (0)