Skip to content

Commit fb2947c

Browse files
committed
Fix display of solution to quiz #6.
1 parent 82e30f5 commit fb2947c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/solutions/oop/inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tags:
2424
- [ ] … a way of connecting a *basic* class with a *derived* class.
2525

2626
<details><summary>Comment</summary>
27-
The class inherited from is called the *base*, superclass or parent class, but not *basic*.
27+
The class inherited from is called the *base*, superclass or parent class, but not *basic*.
2828
</details>
2929

3030
#. Suppose your are given an `ElectricDevice` class and a `WallDecor` class. You would like to write a `Clock` class that represents at the same time an electric device and a wall decor. This is possible only if the `ElectricDevice` and `WallDecor` classes are…

0 commit comments

Comments
 (0)