Skip to content

Commit ab609e7

Browse files
Stasslrayfix
authored andcommitted
Fix typo (kodecocodes#192)
1 parent 69ddf2d commit ab609e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class MyViewcontroller: UIViewController, UITableViewDataSource, UIScrollViewDel
242242

243243
Since the compiler does not allow you to re-declare protocol conformance in a derived class, it is not always required to replicate the extension groups of the base class. This is especially true if the derived class is a terminal class and a small number of methods are being overriden. When to preserve the extension groups is left to the discretion of the author.
244244

245-
For UIKit view controllers, consider grouping lifecyle, custom accessors, and IBAction in separate class extensions.
245+
For UIKit view controllers, consider grouping lifecycle, custom accessors, and IBAction in separate class extensions.
246246

247247
### Unused Code
248248

0 commit comments

Comments
 (0)