Skip to content

Commit 0e46317

Browse files
committed
Merge pull request kodecocodes#142 from rayfix/master
Class names -> Type names
2 parents f1fcd78 + 7ae2cf2 commit 0e46317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Writing Objective-C? Check out our [Objective-C Style Guide](https://github.com/
99
## Table of Contents
1010

1111
* [Naming](#naming)
12+
* [Enumerations](#enumerations)
1213
* [Prose](#prose)
1314
* [Class Prefixes](#class-prefixes)
1415
* [Spacing](#spacing)
@@ -35,7 +36,7 @@ Writing Objective-C? Check out our [Objective-C Style Guide](https://github.com/
3536

3637
## Naming
3738

38-
Use descriptive names with camel case for classes, methods, variables, etc. Class names should be capitalized, while method names and variables should start with a lower case letter.
39+
Use descriptive names with camel case for classes, methods, variables, etc. Type names and protocols should be capitalized, while method names and variables should start with a lower case letter.
3940

4041
**Preferred:**
4142

0 commit comments

Comments
 (0)