From 976c6572ead4a72031807cb966173ab37dc7c44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Micheloud?= Date: Wed, 11 Mar 2020 14:35:26 +0100 Subject: [PATCH] Update main-functions.md Corrected typo. --- docs/docs/reference/changed-features/main-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(