Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePihlava committed Dec 13, 2024
1 parent 9b44df0 commit c75b0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public Collection<PathTransfer> getTransfersByStop(StopLocation stop) {
return transfersByStop.get(stop);
}

/** Pre-generated transfers between all stops filtered based on the modes in the PathTransfer's mode field. */
/** Pre-generated transfers between all stops filtered based on the modes in the PathTransfer. */
public List<PathTransfer> findTransfers(StreetMode mode) {
return transfersByStop
.values()
Expand Down

0 comments on commit c75b0a2

Please sign in to comment.