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 f1252d8 commit 55f5312Copy full SHA for 55f5312
docs/docs/reference/metaprogramming/macros.md
@@ -414,7 +414,7 @@ Inlining the `assert` function would give the following program:
414
```scala
415
@main def program =
416
val x = 1
417
- ${ Macros.assertImpl('{ x != 0) } }
+ ${ Macros.assertImpl('{ x != 0}) }
418
```
419
420
The example is only phase correct because `Macros` is a global value and
0 commit comments