Skip to content

Commit c243435

Browse files
committed
Merge pull request scala#3153 from misfo/patch-1
Fix a typo in the `scala` man page
2 parents e6bac4c + 9730957 commit c243435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manual/scala/man1/scala.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object scala extends Command {
5555
CmdOption("savecompiled"),
5656
"Save this compiled version of scripts in order to speed up " &
5757
"later executions of the same script. When running a script, " &
58-
"save the compiled version of in a file with the same name as the " &
58+
"save the compiled version in a file with the same name as the " &
5959
"script but with an extension of " & Mono(".jar") & ". On subsequent " &
6060
"runs of the same script, the pre-compiled " & Mono(".jar") & " file " &
6161
"will be used if it is newer than the script file."),

0 commit comments

Comments
 (0)