diff --git a/docs/docs/reference/changed-features/main-functions.md b/docs/docs/reference/changed-features/main-functions.md index 6182cf3bf968..d7c194b9a4ff 100644 --- a/docs/docs/reference/changed-features/main-functions.md +++ b/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: For instance, the `happyBirthDay` method above would generate additional code equivalent to the following class: ```scala final class happyBirthday { - import scala.util.{CommndLineParser => CLP} + import scala.util.{CommandLineParser => CLP} def main(args: Array[String]): Unit = try happyBirthday(