Merge pull request #507 from qinhanlei/patch-1
Update 02_a_swift_tour.md
This commit is contained in:
@ -233,7 +233,7 @@ print(secondForLoop)
|
||||
func greet(name: String, day: String) -> String {
|
||||
return "Hello \(name), today is \(day)."
|
||||
}
|
||||
greet("Bob", "Tuesday")
|
||||
greet("Bob", day: "Tuesday")
|
||||
```
|
||||
|
||||
> 练习:
|
||||
|
||||
Reference in New Issue
Block a user