diff --git a/src/main/java/ch/zhaw/pm2/racetrack/Track.java b/src/main/java/ch/zhaw/pm2/racetrack/Track.java index f0f6fdb..bac8f92 100644 --- a/src/main/java/ch/zhaw/pm2/racetrack/Track.java +++ b/src/main/java/ch/zhaw/pm2/racetrack/Track.java @@ -47,7 +47,7 @@ import java.util.Scanner; * *

All lines must have the same length, used to initialize the grid width). * Beginning empty lines are skipped. - * The the tracks ends with the first empty line or the file end.
+ * The tracks ends with the first empty line or the file end.
* An {@link InvalidTrackFormatException} is thrown, if *