We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5467c3a + c6808b9 commit 798fdd9Copy full SHA for 798fdd9
README.md
@@ -1517,7 +1517,7 @@ The `final` should be used whenever possible:
1517
1518
1. It prevents uncontrolled inheritance chain.
1519
2. It encourages [composition](#prefer-composition-over-inheritance).
1520
-3. It encourages the [Single Responsibility Pattern](#single-responsibility-principle-srp).
+3. It encourages the [Single Responsibility Principle](#single-responsibility-principle-srp).
1521
4. It encourages developers to use your public methods instead of extending the class to get access on protected ones.
1522
5. It allows you to change your code without any break of applications that use your class.
1523
0 commit comments