diff --git a/guide/english/swift/hello-world/index.md b/guide/english/swift/hello-world/index.md index 857bc2b201..162701d6ae 100644 --- a/guide/english/swift/hello-world/index.md +++ b/guide/english/swift/hello-world/index.md @@ -4,7 +4,7 @@ title: Hello World Swift ## Hello World -We only have to add the method `print("Hello World")` (from the library UIKit) to the function `viewDidLoad()` of the class `ViewController: +We only have to add the method `print("Hello World")` (from the library UIKit) to the function `viewDidLoad()` of the class `ViewController`: ```Swift import UIKit