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

pull/24407/head^2
Carlos Arcenas 2018-12-09 09:56:20 +07:00 committed by Manish Giri
parent a6ab0714e4
commit debea18a18
1 changed files with 1 additions and 1 deletions

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