Skip to content

Commit e739f93

Browse files
committed
Add link to def macros
1 parent a0efa9d commit e739f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The new features all address one or more of four major concerns:
1414
Scala 3 also drops a number of features that were used rarely, or where experience showed
1515
that they tended to cause problems in codebases. These are listed separately in the [Dropped Features](http://dotty.epfl.ch/docs) section.
1616

17-
Not included in this overview are changes to meta programming and generic programming. So far these have relied on a macro system that had experimental status (`scala.reflect` macros. This macro system will be replaced with a different solution. The current state of the design will be described elsewhere.
17+
Not included in this overview are changes to meta programming and generic programming. So far these have relied on a macro system that had experimental status (`scala.reflect` macros). This macro system will be replaced with a different solution. The current state of the design will be described elsewhere.
1818

1919
<a name="consistency"></a>
2020
## Consistency

0 commit comments

Comments
 (0)