Fixed typo (#26255)

This commit is contained in:
lorisabbinante
2018-12-23 09:10:49 +01:00
committed by Manish Giri
parent c354450024
commit e6b7c5c8be

View File

@ -4,7 +4,7 @@ title: Hello World Swift
## Hello World ## 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 ```Swift
import UIKit import UIKit