Skip to content

Commit bd46c8e

Browse files
committed
fix typo
1 parent 47aadd7 commit bd46c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/opentripplanner/street/search/strategy/DominanceFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public boolean betterOrEqualAndComparable(State a, State b) {
7878
*
7979
* In addition, the best result may not always be found because, due to the turn cost depending on
8080
* where you come from, we may not always visit the node from the edge producing the optimal cost
81-
* including turns. As a result of this non-optimality, we no longer guarantees that a depart-from
81+
* including turns. As a result of this non-optimality, we no longer guarantee that a depart-from
8282
* and an arrive-by search will always return the same result.
8383
*
8484
* Issue: https://github.com/opentripplanner/OpenTripPlanner/issues/6768

0 commit comments

Comments
 (0)