代码拼写错误
mus ----- must ,特此修正。
This commit is contained in:
@ -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 }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user