diff --git a/docs/docs/contributing/debugging.md b/docs/docs/contributing/debugging.md index ecbaa20ed5f6..480d72f5cfd2 100644 --- a/docs/docs/contributing/debugging.md +++ b/docs/docs/contributing/debugging.md @@ -100,7 +100,7 @@ dotc -Xprint:frontend ../issues/Playground.scala To print out the trees after Frontend and CollectSuperCalls phases: ``` -dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scal +dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scala ``` To print out the trees after all phases: