Merge pull request #598 from Abitofcomedy/改错

改错
This commit is contained in:
numbbbbb
2016-04-20 12:51:24 +08:00

View File

@ -224,7 +224,7 @@ ovenLight.next()
```swift
class SomeClass {
static func someTypeMethod() {
class func someTypeMethod() {
// type method implementation goes here
}
}