代码拼写错误

mus ----- must    ,特此修正。
This commit is contained in:
TheLittleBoy
2014-07-04 11:44:44 +08:00
parent ce63ac6968
commit 7e0fb6a968

View File

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