Merge pull request #264 from TheLittleBoy/patch-22

代码拼写错误
This commit is contained in:
ChildhoodAndy
2014-07-04 11:46:37 +08:00

View File

@ -62,7 +62,7 @@ class SomeClass: SomeSuperClass, FirstProtocol, AnotherProtocol {
```swift
protocol SomeProtocol {
var musBeSettable : Int { get set }
var mustBeSettable : Int { get set }
var doesNotNeedToBeSettable: Int { get }
}
```