fix typo
This commit is contained in:
@ -225,7 +225,7 @@ ovenLight.next()
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
class SomeClass {
|
class SomeClass {
|
||||||
class func someTypeMethod() {
|
static func someTypeMethod() {
|
||||||
// type method implementation goes here
|
// type method implementation goes here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# 方法(Methods)
|
# 方法(Methods)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
> 1.0
|
> 1.0
|
||||||
> 翻译:[pp-prog](https://github.com/pp-prog)
|
> 翻译:[pp-prog](https://github.com/pp-prog)
|
||||||
> 校对:[zqp](https://github.com/zqp)
|
> 校对:[zqp](https://github.com/zqp)
|
||||||
@ -222,7 +222,7 @@ ovenLight.next()
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
class SomeClass {
|
class SomeClass {
|
||||||
class func someTypeMethod() {
|
static func someTypeMethod() {
|
||||||
// type method implementation goes here
|
// type method implementation goes here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user