We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d068d4 + 976c657 commit 52007b7Copy full SHA for 52007b7
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