Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASmeh committed Jul 30, 2023
1 parent 6737ad5 commit 2d900f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/Truck.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package core.basesyntax;

public class Truck extends Machine {

@Override
public void doWork() {
System.out.println("Truck started working");
Expand Down

0 comments on commit 2d900f0

Please sign in to comment.