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 35cfab1 commit 708ab5fCopy full SHA for 708ab5f
_overviews/scala3-contribution/procedures-inspection.md
@@ -49,7 +49,7 @@ Here is a table of explanations for their use:
49
## Obtaining debug output from the compiler
50
51
There are many compiler options that provide verbose debug output when compiling a file.
52
-You can find the full list in [ScalaSettings.scala] file. One particularly useful one
+You can find the full list in [ScalaSettings.scala] file. A particularly useful one
53
is `-Xprint:<phase-name>` or `-Xprint:all`. It prints trees after a given phase or after
54
all phases. As described in the [compiler lifecycle][3] each phase transforms the trees
55
and types that represent your code in a certain way. This flag allows you to see exactly how.
0 commit comments