Skip to content

Commit 798fdd9

Browse files
authored
Merge pull request piotrplenik#191 from celyes/master
2 parents 5467c3a + c6808b9 commit 798fdd9

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` should be used whenever possible:
15171517

15181518
1. It prevents 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 on protected ones.
15221522
5. It allows you to change your code without any break of applications that use your class.
15231523

0 commit comments

Comments
 (0)