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 b546ece + f7a24ba commit ea2a975Copy full SHA for ea2a975
docs/docs/reference/metaprogramming/macros.md
@@ -40,7 +40,7 @@ def assertImpl(expr: Expr[Boolean])(using Quotes) = '{
40
}
41
42
def showExpr(expr: Expr[Boolean])(using Quotes): Expr[String] =
43
- '{ "<some source code>" } // Better implementation later in this document
+ '{ [actual implementation later in this document] }
44
```
45
46
If `e` is an expression, then `'{e}` represents the typed
0 commit comments