Typo
This commit is contained in:
parent
13f46c84dc
commit
72eba421db
@ -50,7 +50,7 @@ public class Route implements Travelable {
|
||||
.append("\n")
|
||||
.append("Length: ").append(getTotalLength())
|
||||
.append("\n")
|
||||
.append("capcete: ").append(String.format("%.2f", capcity()))
|
||||
.append("Capacity: ").append(String.format("%.2f", capcity()))
|
||||
.append("\n")
|
||||
.append("Streets: ");
|
||||
for (Street street : this.getStreets())
|
||||
|
Loading…
Reference in New Issue
Block a user