Skip to content

Commit 5abb82b

Browse files
committed
Fix typo
1 parent f3c1468 commit 5abb82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/Desugar.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ object desugar {
946946
tree.withMods(mods)
947947
else if tree.name.startsWith("$") && !tree.isBackquoted then
948948
report.error(
949-
"""Quoted pattern variable names starting with $ are not suported anymore.
949+
"""Quoted pattern variable names starting with $ are not supported anymore.
950950
|Use lower cases type pattern name instead.
951951
|""".stripMargin,
952952
tree.srcPos)

0 commit comments

Comments
 (0)