去除冗余空行

This commit is contained in:
bqlin
2018-02-14 19:41:29 +08:00
parent 90f8d2cbbd
commit ad1d3944bc
33 changed files with 37 additions and 149 deletions

View File

@ -17,8 +17,7 @@
> 3.0.1 review: 2016-11-09
>
> 3.1 校对: [SketchK](https://github.com/SketchK) 2017-04-08
> 3.1 校对: [SketchK](https://github.com/SketchK) 2017-04-08
> 4.0
> 翻译+校对:[muhlenxi](https://github.com/muhlenxi) 2017-09-26
@ -522,7 +521,6 @@ let sideLength = optionalSquare?.sideLength
<a name="enumerations_and_structure"></a>
## 枚举和结构体
使用 `enum` 来创建一个枚举。就像类和其他所有命名类型一样,枚举可以包含方法。
```swift
@ -630,7 +628,6 @@ let threeOfSpadesDescription = threeOfSpades.simpleDescription()
> 练习:
> 给 `Card` 添加一个方法,创建一副完整的扑克牌并把每张牌的 rank 和 suit 对应起来。
<a name="protocols_and_extensions"></a>
## 协议和扩展