We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6593a10 commit cc14a74Copy full SHA for cc14a74
compiler/src/dotty/tools/dotc/typer/QuotesAndSplices.scala
@@ -159,7 +159,7 @@ trait QuotesAndSplices {
159
160
if ctx.mode.is(Mode.QuotedPattern) && level == 1 then
161
report.error(
162
- """`$` for quote pattern varable is not supported anymore.
+ """`$` for quote pattern variable is not supported anymore.
163
|Use lower cased variable name without the `$` instead.""".stripMargin,
164
tree.srcPos)
165
ref(defn.NothingType)
0 commit comments