Skip to content

Commit

Permalink
walking -> walk
Browse files Browse the repository at this point in the history
optionsome committed Nov 16, 2023
1 parent 9484f2d commit 34c45b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -836,7 +836,7 @@ input BicyclePreferencesInput {
"""
Walking preferences when walking a bicycle.
"""
walking: VehicleWalkPreferencesInput
walk: VehicleWalkPreferencesInput

"""
Maximum speed on flat ground while riding a bicycle. Note, this speed is higher than
@@ -4621,7 +4621,7 @@ input ScooterPreferencesInput {
"""
Walking preferences when walking a scooter.
"""
walking: VehicleWalkPreferencesInput
walk: VehicleWalkPreferencesInput

"""
Maximum speed on flat ground while riding a scooter. Note, this speed is higher than

0 comments on commit 34c45b3

Please sign in to comment.