Skip to content

Commit

Permalink
Update transferSlack docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 29, 2023
1 parent f6899ae commit 614bb79
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 @@ -334,8 +334,8 @@ The extra time needed to make a safe transfer in seconds.

An expected transfer time in seconds that specifies the amount of time that must pass
between exiting one public transport vehicle and boarding another. This time is in
addition to time it might take to walk between stops, the board-slack, and the
alight-slack."
addition to time it might take to walk between stops plus `boardSlack` and
`alightSlack`.


<h3 id="rd_unpreferredCost">unpreferredCost</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ static void mapTransferPreferences(NodeAdapter c, TransferPreferences.Builder tx
"""
An expected transfer time in seconds that specifies the amount of time that must pass
between exiting one public transport vehicle and boarding another. This time is in
addition to time it might take to walk between stops, the board-slack, and the
alight-slack."
addition to time it might take to walk between stops plus `boardSlack` and
`alightSlack`.
"""
)
.asInt(dft.slack())
Expand Down

0 comments on commit 614bb79

Please sign in to comment.