From 00a1e4bb667c1a3bd49846aaa175e34e25db9012 Mon Sep 17 00:00:00 2001 From: JustCris Date: Fri, 22 Nov 2024 17:18:29 +0100 Subject: [PATCH] fix comment typo --- .../resources/org/opentripplanner/apis/gtfs/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!