Skip to content

Commit 2b002eb

Browse files
authored
Merge pull request #196 from ispopov/fix-srp
2 parents 95b23a0 + 51ed366 commit 2b002eb

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
@@ -1517,7 +1517,7 @@ The `final` keyword should be used whenever possible:
15171517

15181518
1. It prevents an uncontrolled inheritance chain.
15191519
2. It encourages [composition](#prefer-composition-over-inheritance).
1520-
3. It encourages the [Single Responsibility Pattern](#single-responsibility-principle-srp).
1520+
3. It encourages the [Single Responsibility Principle](#single-responsibility-principle-srp).
15211521
4. It encourages developers to use your public methods instead of extending the class to get access to protected ones.
15221522
5. It allows you to change your code without breaking applications that use your class.
15231523

0 commit comments

Comments
 (0)