Skip to content

Commit 708ab5f

Browse files
Update _overviews/scala3-contribution/procedures-inspection.md
Co-authored-by: Vinz <[email protected]>
1 parent 35cfab1 commit 708ab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-contribution/procedures-inspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here is a table of explanations for their use:
4949
## Obtaining debug output from the compiler
5050

5151
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
52+
You can find the full list in [ScalaSettings.scala] file. A particularly useful one
5353
is `-Xprint:<phase-name>` or `-Xprint:all`. It prints trees after a given phase or after
5454
all phases. As described in the [compiler lifecycle][3] each phase transforms the trees
5555
and types that represent your code in a certain way. This flag allows you to see exactly how.

0 commit comments

Comments
 (0)