fix: structure

This commit is contained in:
2026-04-27 08:27:31 +03:30
parent 7eefa807a3
commit 4e9b7eb7ea
+2 -2
View File
@@ -41,9 +41,9 @@ The project consists of the following classes and interfaces:
| GasCar | | ElectricCar |
| (Class) | | (Class) |
+-------------------+ +-------------------+
^ ^ ^
^ | |
| extends | implements | implements
| | |
|
+-------------------+ +-------------------+ +-------------------+
| SportsCar | | Refuelable | | Chargeable |
| (Class) | | (Interface) | | (Interface) |