Update 07_Closures.md (#1079)

add translation
This commit is contained in:
Saafo
2020-07-06 11:11:37 +08:00
committed by GitHub
parent a00bd5b888
commit fee0c4a388

View File

@ -364,7 +364,7 @@ print(customersInLine.count)
// 打印出“5” // 打印出“5”
print("Now serving \(customerProvider())!") print("Now serving \(customerProvider())!")
// Prints "Now serving Chris!" // 打印出“Now serving Chris!
print(customersInLine.count) print(customersInLine.count)
// 打印出“4” // 打印出“4”
``` ```