Skip to content

Commit

Permalink
Change wording of documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePihlava committed Jan 7, 2025
1 parent 9f5d63c commit 4f84804
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ public static TransferParameters map(NodeAdapter c) {
builder.withMaxTransferDuration(
c
.of("maxTransferDuration")
.summary("This overwrites the `maxTransferDuration` for the given mode.")
.summary("This overwrites the default `maxTransferDuration` for the given mode.")
.since(V2_7)
.asDuration(TransferParameters.DEFAULT_MAX_TRANSFER_DURATION)
);
builder.withCarsAllowedStopMaxTransferDuration(
c
.of("carsAllowedStopMaxTransferDuration")
.summary(
"This is used for specifying a `maxTransferDuration` value to use with transfers between stops that have trips with cars."
"This is used for specifying a `maxTransferDuration` value to use with transfers between stops which are visited by trips that allow cars."
)
.description(
"""
Expand Down

0 comments on commit 4f84804

Please sign in to comment.