Protocols - 修改二级标题markdown语法

This commit is contained in:
futantan
2015-07-03 16:20:42 +08:00
parent c6b818a4e1
commit 59883d153a

View File

@ -263,7 +263,7 @@ class SomeSubClass: SomeSuperClass, SomeProtocol {
}
```
**可失败构造器的规定**
### 可失败构造器的规定
可以通过给协议```Protocols```中添加可失败构造器来使遵循该协议的类型必须实现该可失败构造器。