Skip to content

Commit 074a5dc

Browse files
liufengyunallanrenucci
authored andcommitted
address review
1 parent 27f10ab commit 074a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/changed/compiler-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ production usage, a predictable and consistent type checker is more important.
1515

1616
For experiments and researches that rely on analyzer plugins in Scalac,
1717
_research plugin_ can be used for the same purpose in Dotty. Research plugins
18-
are more powerful than Scalac analyzers as it enables plugin authors to
18+
are more powerful than Scalac analyzer plugins as they enable plugin authors to
1919
customize the whole compiler pipeline. That means, you can easily use your
2020
customized typer to replace the standard typer, or roll your own parser for
2121
your domain-specific language. Research plugins are only enabled for nightly or

0 commit comments

Comments
 (0)