Skip to content

Commit

Permalink
Update compiler-plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 17, 2024
1 parent 2fc299b commit fc98e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/reference/changed-features/compiler-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For experimentation and research, Scala 3 introduces _research plugin_. Research
are more powerful than Scala 2 analyzer plugins as they let plugin authors customize
the whole compiler pipeline. One can easily replace the standard typer by a custom one or
create a parser for a domain-specific language. However, research plugins are only
enabled with the `-experimental` compiler flag or in nightly/snapshot releases of Scala 3.
enabled for nightly or snaphot releases of Scala 3.

Common plugins that add new phases to the compiler pipeline are called
_standard plugins_ in Scala 3. In terms of features, they are similar to
Expand Down

0 comments on commit fc98e5f

Please sign in to comment.