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.
1 parent 800251d commit 976c657Copy full SHA for 976c657
docs/docs/reference/changed-features/main-functions.md
@@ -60,7 +60,7 @@ The Scala compiler generates a program from a `@main` method `f` as follows:
60
For instance, the `happyBirthDay` method above would generate additional code equivalent to the following class:
61
```scala
62
final class happyBirthday {
63
- import scala.util.{CommndLineParser => CLP}
+ import scala.util.{CommandLineParser => CLP}
64
<static> def main(args: Array[String]): Unit =
65
try
66
happyBirthday(
0 commit comments