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.
2 parents 8308388 + cc14a74 commit 7365a37Copy full SHA for 7365a37
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