Merge pull request #565 from TheLittleBoy/patch-8

校对
This commit is contained in:
overtrue
2015-12-31 17:36:29 +08:00

View File

@ -437,7 +437,7 @@ func printHelloWorld() {
}
```
这个函数的类型是:`() -> void`,或者叫“没有参数,并返回 `Void` 类型的函数”。
这个函数的类型是:`() -> Void`,或者叫“没有参数,并返回 `Void` 类型的函数”。
<a name="using_function_types"></a>
### 使用函数类型Using Function Types