Merge pull request #469 from nswbmw/gh-pages

fix typo
This commit is contained in:
梁杰
2015-09-22 12:39:11 +08:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
# 方法Methods
-----------------
-----------------
> 1.0
> 翻译:[pp-prog](https://github.com/pp-prog)
> 校对:[zqp](https://github.com/zqp)
@ -222,7 +222,7 @@ ovenLight.next()
```swift
class SomeClass {
class func someTypeMethod() {
static func someTypeMethod() {
// type method implementation goes here
}
}