Skip to content

Commit d006e26

Browse files
Gedochaotgodzik
andauthored
Update website/docs/guides/introduction/old-runner-migration.md
Co-authored-by: Tomasz Godzik <[email protected]>
1 parent 5cd3d68 commit d006e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/guides/introduction/old-runner-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ For more details on how to use Scala CLI in shebang scripts, refer to [the relev
406406
## How to run a main class from compiled sources with Scala CLI?
407407

408408
With the old `scala` runner, running a main class from compiled sources was as simple as passing the main class name
409-
as an arg. The old runner would then assume the current working directory is to be added to the classpath and could
409+
as an argument. The old runner would then assume that the current working directory is to be added to the classpath and could
410410
implicitly run any compiled class files it would find.
411411

412412
```scala title=hello.scala

0 commit comments

Comments
 (0)