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 9fe609e + 5d368f8 commit 59fce6aCopy full SHA for 59fce6a
_overviews/scala3-macros/tutorial/quotes.md
@@ -154,7 +154,7 @@ given ToExpr[Boolean] with {
154
}
155
156
given ToExpr[StringContext] with {
157
- def apply(x: StringContext)(using Quotes) =
+ def apply(stringContext: StringContext)(using Quotes) =
158
val parts = Varargs(stringContext.parts.map(Expr(_)))
159
'{ StringContext($parts: _*) }
160
0 commit comments