Skip to content

Commit 3a276c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-contribution/procedures-reproduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Let's use [dotty-issue-workspace] to reproduce issue [#7710]:
5454
directory to hold compiler output.
5555
- The next line, `scala3/scalac -d $here/out $here/Test.scala` specifies an sbt
5656
command, which will compile `Test.scala` and place any output into `out`.
57-
`$here` is a magic variable that will be replaced by the path of the parent
57+
`$here` is a special variable that will be replaced by the path of the parent
5858
directory of `launch.iss` when executing the commands.
5959
5. Now, from a terminal we will run the issue from sbt in the dotty directory
6060
([See here][clone] for a reminder if you have not cloned the repo.):

0 commit comments

Comments
 (0)