Skip to content

Commit

Permalink
Fix typo in access mode documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Mar 3, 2025
1 parent d6c64e6 commit 22bfa74
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 @@ -21,7 +21,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 22bfa74

Please sign in to comment.