We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6bac4c + 9730957 commit c243435Copy full SHA for c243435
src/manual/scala/man1/scala.scala
@@ -55,7 +55,7 @@ object scala extends Command {
55
CmdOption("savecompiled"),
56
"Save this compiled version of scripts in order to speed up " &
57
"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 " &
+ "save the compiled version in a file with the same name as the " &
59
"script but with an extension of " & Mono(".jar") & ". On subsequent " &
60
"runs of the same script, the pre-compiled " & Mono(".jar") & " file " &
61
"will be used if it is newer than the script file."),
0 commit comments