Skip to content

Commit 7c0f869

Browse files
committed
Merge pull request SwiftGGTeam#565 from TheLittleBoy/patch-8
校对
2 parents 4ee4a41 + b717790 commit 7c0f869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter2/06_Functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ func printHelloWorld() {
437437
}
438438
```
439439

440-
这个函数的类型是:`() -> void`,或者叫“没有参数,并返回 `Void` 类型的函数”。
440+
这个函数的类型是:`() -> Void`,或者叫“没有参数,并返回 `Void` 类型的函数”。
441441

442442
<a name="using_function_types"></a>
443443
### 使用函数类型(Using Function Types)

0 commit comments

Comments
 (0)