This commit is contained in:
HeshamTB 2020-12-07 04:49:32 +03:00
parent 13f46c84dc
commit 72eba421db
Signed by: Hesham
GPG Key ID: 74876157D199B09E

View File

@ -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())