diff --git a/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls b/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls index 84587771209..beac5eff3e5 100644 --- a/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls +++ b/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls @@ -1803,7 +1803,7 @@ type RentalVehicle implements Node & PlaceInterface { allowPickupNow: Boolean "Fuel or battery power remaining in the vehicle. Expressed from 0 to 1." currentFuelPercent: Float - "Range in meters that the vehicle can travel with the vehicle's current charge or fuel." + "Range in meters that the vehicle can travel with the current charge or fuel." currentRangeMeters: Float "Global object ID provided by Relay. This value can be used to refetch this object using **node** query." id: ID!