Fix grammar of swift/hello-world.md (#24412)

This commit is contained in:
Carlos Arcenas
2018-12-09 09:56:20 +07:00
committed by Manish Giri
parent a6ab0714e4
commit debea18a18

View File

@ -4,7 +4,7 @@ title: Hello World Swift
## Hello World
Only we 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