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 95b23a0 + 51ed366 commit 2b002ebCopy full SHA for 2b002eb
README.md
@@ -1517,7 +1517,7 @@ The `final` keyword should be used whenever possible:
1517
1518
1. It prevents an 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 to protected ones.
1522
5. It allows you to change your code without breaking applications that use your class.
1523
0 commit comments