Skip to content

Commit 34f863f

Browse files
marko-radosavljevicZabuzard
authored andcommitted
Fix typing mistake: HumanSystem -> ElevatorSystem
1 parent 66a9bba commit 34f863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Course/ElevatorSystem/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The class is now ready, go ahead and try it out. Play with it in
9191
For example, you may write:
9292

9393
```java
94-
HumanSystem system = new HumanSystem();
94+
ElevatorSystem system = new ElevatorSystem();
9595

9696
system.registerElevator(new Elevator(3, 4, 6));
9797

0 commit comments

Comments
 (0)