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.
1 parent 1cf1d14 commit c3cbe54Copy full SHA for c3cbe54
Notes/04_Classes_objects/02_Inheritance.md
@@ -614,7 +614,7 @@ you can change the internal implementation to work in any way that you
614
want. You can write all-custom code. You can use someone's third
615
party package. You swap out one third-party package for a different
616
package when you find a better one. It doesn't matter--none of
617
-your application code will break as long as you preserve keep the
+your application code will break as long as you preserve the
618
interface. That's a powerful idea and it's one of the reasons why
619
you might consider inheritance for something like this.
620
0 commit comments