Skip to content

Commit f9a4f6c

Browse files
authored
Merge pull request #46 from lebedevsergey/fix-typo-in-inheritance-word
fixed typo in word Inheritance
2 parents afa19f5 + efe7787 commit f9a4f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

20_struct/00_object-oriented/notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ behavior ("methods")
66
exported / un-exported
77

88
(2) Reusability
9-
inheritence ("embedded types")
9+
inheritance ("embedded types")
1010

1111
(3) Polymorphism
1212
interfaces
@@ -25,7 +25,7 @@ Classes
2525
==== behavior / methods
2626
-- public / private
2727

28-
Inheritence
28+
Inheritance
2929

3030
//////////////
3131
In Go:

0 commit comments

Comments
 (0)