diff --git a/source/chapter2/11_Methods.md b/source/chapter2/11_Methods.md index 1f775c78..f2574ad3 100755 --- a/source/chapter2/11_Methods.md +++ b/source/chapter2/11_Methods.md @@ -224,7 +224,7 @@ ovenLight.next() ```swift class SomeClass { - static func someTypeMethod() { + class func someTypeMethod() { // type method implementation goes here } }