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 bfccdfa + 55f5312 commit d81d8d9Copy full SHA for d81d8d9
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