Skip to content

Commit 52007b7

Browse files
Merge pull request #8512 from lampepfl/michelou-patch-1
Update main-functions.md
2 parents 4d068d4 + 976c657 commit 52007b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/changed-features/main-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Scala compiler generates a program from a `@main` method `f` as follows:
6060
For instance, the `happyBirthDay` method above would generate additional code equivalent to the following class:
6161
```scala
6262
final class happyBirthday {
63-
import scala.util.{CommndLineParser => CLP}
63+
import scala.util.{CommandLineParser => CLP}
6464
<static> def main(args: Array[String]): Unit =
6565
try
6666
happyBirthday(

0 commit comments

Comments
 (0)