Skip to content

Commit

Permalink
Fix spelling [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 4, 2024
1 parent 669d042 commit db62d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/RouteRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ This is a performance limit and should therefore be set high. Results close to t
guaranteed to be optimal. Use itinerary-filters to limit what is presented to the client. The
duration can be set per mode(`maxDirectStreetDurationForMode`), because some street modes searches
are much more resource intensive than others. A default value is applied if the mode specific value
do not exist."
does not exist."


<h3 id="rd_maxJourneyDuration">maxJourneyDuration</h3>
Expand Down Expand Up @@ -403,7 +403,7 @@ This is a performance limit and should therefore be set high. Results close to t
guaranteed to be optimal. Use itinerary-filters to limit what is presented to the client. The
duration can be set per mode(`maxDurationForMode`), because some street modes searches
are much more resource intensive than others. A default value is applied if the mode specific value
do not exist.
does not exist.


<h3 id="rd_accessEgress_maxStopCount">maxStopCount</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ the access legs used. In other cases where the access(CAR) is faster than transi
guaranteed to be optimal. Use itinerary-filters to limit what is presented to the client. The
duration can be set per mode(`maxDurationForMode`), because some street modes searches
are much more resource intensive than others. A default value is applied if the mode specific value
do not exist.
does not exist.
"""
)
.asDuration(dftAccessEgress.maxDuration().defaultValue()),
Expand Down Expand Up @@ -554,7 +554,7 @@ duration can be set per mode(`maxDurationForMode`), because some street modes se
guaranteed to be optimal. Use itinerary-filters to limit what is presented to the client. The
duration can be set per mode(`maxDirectStreetDurationForMode`), because some street modes searches
are much more resource intensive than others. A default value is applied if the mode specific value
do not exist."
does not exist."
"""
)
.asDuration(dft.maxDirectDuration().defaultValue()),
Expand Down

0 comments on commit db62d62

Please sign in to comment.