Skip to content

Commit 6a49900

Browse files
avoid abbreviation in ios guide (SRP) (thoughtbot#659)
(Single Responsibility Principle)
1 parent 35d65c1 commit 6a49900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Follow the normal [Product Review protocol](/product-review/).
5757
Follow the normal [Code Review guidelines](/code-review/). When reviewing
5858
others' iOS work, look in particular for:
5959

60-
- Review that ViewControllers are adhering to SRP
60+
- Review that ViewControllers are adhering to the Single Responsibility Principle
6161
- Watch for CoreData thread boundary violations
6262
- Watch for potential retain cycles with blocks
6363
- Ensure that methods that require parameters are using `NSParameterAssert()`

0 commit comments

Comments
 (0)