You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tree Building Exercise & Class Inheritance Concept] Spelling Fixes (#4009)
* Fix possessive 'its' spelling in documentation and tests
* Corrected 'possibly' to 'possible
* Revert "Corrected 'possibly' to 'possible"
This reverts commit 9a42041.
* revert: changes in reference/ folder
[no important files changed]
Copy file name to clipboardExpand all lines: concepts/class-inheritance/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ In situations where only a small amount of functionality needs to be customized
7
7
8
8
`Inheritance` describes `is a kind of` relationship between two or more classes, abstracting common details into super (_base_ or _parent_) class and storing specific ones in the subclass (_derived class_ or _child class_).
9
9
10
-
To create a child class, specify the parent class name inside the pair of parenthesis, followed by it's name.
10
+
To create a child class, specify the parent class name inside the pair of parenthesis, followed by its name.
0 commit comments