Javadoc in PathFollowerMoveStrategy.java

This commit is contained in:
romanschenk37 2022-03-23 08:55:32 +01:00
parent 45918124df
commit 6ac4f64456
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class PathFollowerMoveStrategy implements MoveStrategy {
private int pointer;
/**
* Constructer to create a new PathFollowerMoveStrategy for a car.
* Constructor to create a new PathFollowerMoveStrategy for a car.
* @param path The location where the file is saved
* @param startPosition The start position of the car
* @throws FileNotFoundException If the file with the given path does not exist.