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 ```swift
class SomeClass { class SomeClass {
class func someTypeMethod() { static func someTypeMethod() {
// type method implementation goes here // type method implementation goes here
} }
} }

View File

@ -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
} }
} }