8000 typo fixed · Abhicodeitout/GolangTraining@efe7787 · GitHub
[go: up one dir, main page]

Skip to content

Commit efe7787

Browse files
author
Lebedev
committed
typo fixed
1 parent afa19f5 commit efe7787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

20_struct/00_object-oriented/notes.txt

Lines changed: 2 additions & 2 deletions
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)
0