diff --git a/docs/docs/reference/metaprogramming/macros.md b/docs/docs/reference/metaprogramming/macros.md index 5b77a3e5a9d0..3719994402a1 100644 --- a/docs/docs/reference/metaprogramming/macros.md +++ b/docs/docs/reference/metaprogramming/macros.md @@ -40,7 +40,7 @@ def assertImpl(expr: Expr[Boolean])(using Quotes) = '{ } def showExpr(expr: Expr[Boolean])(using Quotes): Expr[String] = - '{ "" } // Better implementation later in this document + '{ [actual implementation later in this document] } ``` If `e` is an expression, then `'{e}` represents the typed