Skip to content

Commit d5fbd8c

Browse files
committed
Removed bullet and capitalized Use in Code Organization section.
1 parent abbaa4e commit d5fbd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ UIColor *myColour = [UIColor whiteColor];
6969

7070
## Code Organization
7171

72-
* use `#pragma mark -` to categorize methods in functional groupings and protocol/delegate implementations following this general structure.
72+
Use `#pragma mark -` to categorize methods in functional groupings and protocol/delegate implementations following this general structure.
7373

7474
```objc
7575
#pragma mark - Lifecycle

0 commit comments

Comments
 (0)