Skip to content

Commit d54cc18

Browse files
authored
Fix a typo
This patch fixes a typo: "Playground.scal" -> "Playground.scala"
1 parent 1d5e95e commit d54cc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/contributing/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dotc -Xprint:frontend ../issues/Playground.scala
100100
To print out the trees after Frontend and CollectSuperCalls phases:
101101

102102
```
103-
dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scal
103+
dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scala
104104
```
105105

106106
To print out the trees after all phases:

0 commit comments

Comments
 (0)