From d54cc189bc408dcff5d22e296151d1b83c7c4d8d Mon Sep 17 00:00:00 2001 From: Nikita Eshkeev Date: Sat, 14 Sep 2019 03:07:00 +0300 Subject: [PATCH] Fix a typo This patch fixes a typo: "Playground.scal" -> "Playground.scala" --- docs/docs/contributing/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: