Skip to content

Commit

Permalink
Rename transfers to transferParameters in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePihlava committed Jan 7, 2025
1 parent 4d599a2 commit 2eb0912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static Map<StreetMode, TransferParameters> map(NodeAdapter root, String p
```JSON
// build-config.json
{
"transfers": {
"transferParameters": {
"CAR": {
"disableDefaultTransfers": true,
"carsAllowedStopMaxTransferDuration": "3h"
Expand Down
2 changes: 1 addition & 1 deletion doc/user/BuildConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ To configure mode-specific parameters, the modes should also be used in the `tra
```JSON
// build-config.json
{
"transfers": {
"transferParameters": {
"CAR": {
"disableDefaultTransfers": true,
"carsAllowedStopMaxTransferDuration": "3h"
Expand Down

0 comments on commit 2eb0912

Please sign in to comment.