Skip to content

Commit c3cbe54

Browse files
committed
Fix typo
1 parent 1cf1d14 commit c3cbe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/04_Classes_objects/02_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ you can change the internal implementation to work in any way that you
614614
want. You can write all-custom code. You can use someone's third
615615
party package. You swap out one third-party package for a different
616616
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
617+
your application code will break as long as you preserve the
618618
interface. That's a powerful idea and it's one of the reasons why
619619
you might consider inheritance for something like this.
620620

0 commit comments

Comments
 (0)