Skip to content

Commit

Permalink
Fix spelling in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
t2gran committed May 31, 2024
1 parent e5ceed3 commit 2813832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ type QueryType {
restrictions are applied - all journeys are listed.
"""
bookingTime: DateTime,
"The date and time for the earliest time the user is willing to start the journey (if `false`or not set) or the latest acceptable time of arriving (`true`). Defaults to now"
"The date and time for the earliest time the user is willing to start the journey (if `false` or not set) or the latest acceptable time of arriving (`true`). Defaults to now"
dateTime: DateTime,
"Debug the itinerary-filter-chain. OTP will attach a system notice to itineraries instead of removing them. This is very convenient when tuning the filters."
debugItineraryFilter: Boolean = false @deprecated(reason : "Use `itineraryFilter.debug` instead."),
Expand Down

0 comments on commit 2813832

Please sign in to comment.