Skip to content

Commit

Permalink
Merge pull request #6507 from entur/fix_typo_in_acces_mode_documentation
Browse files Browse the repository at this point in the history
Fix typo in access mode documentation
  • Loading branch information
vpaturet authored Mar 4, 2025
2 parents 04fadbf + 22bfa74 commit 1f55690
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 @@ -19,7 +19,7 @@ class ModeInputType {
.name("accessMode")
.description(
"The mode used to get from the origin to the access stops in the transit " +
"network the transit network (first-mile). If the element is not present or null," +
"network (first-mile). If the element is not present or null," +
"only transit that can be immediately boarded from the origin will be used."
)
.type(EnumTypes.STREET_MODE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ input Location {

"Input format for specifying which modes will be allowed for this search. If this element is not present, it will default to accessMode/egressMode/directMode of foot and all transport modes will be allowed."
input Modes {
"The mode used to get from the origin to the access stops in the transit network the transit network (first-mile). If the element is not present or null,only transit that can be immediately boarded from the origin will be used."
"The mode used to get from the origin to the access stops in the transit network (first-mile). If the element is not present or null,only transit that can be immediately boarded from the origin will be used."
accessMode: StreetMode
"The mode used to get from the origin to the destination directly, without using the transit network. If the element is not present or null,direct travel without using transit will be disallowed."
directMode: StreetMode
Expand Down

0 comments on commit 1f55690

Please sign in to comment.