Skip to content

Commit 9bedecd

Browse files
Merge pull request #8227 from lampepfl/nicolasstucki-patch-1
Update tasty-inspect.md
2 parents 4d2ef01 + f6256a5 commit 9bedecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/tasty-inspect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Note that if we need to run the main (in an object called `Test`) after
4646
compilation we need make available the compiler to the runtime:
4747

4848
```shell
49-
dotc -with-compiler -d out Test.scala
49+
dotc -d out Test.scala
5050
dotr -with-compiler -classpath out Test
5151
```
5252

0 commit comments

Comments
 (0)