diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index ef173e0459..270d0ab5a0 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -433,7 +433,7 @@ const AP_Param::Info Plane::var_info[] = { // @Param: FBWB_CLIMB_RATE // @DisplayName: Fly By Wire B altitude change rate // @Description: This sets the rate in m/s at which FBWB and CRUISE modes will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters. - // @Range: 1-10 + // @Range: 1 10 // @Increment: 0.1 // @User: Standard GSCALAR(flybywire_climb_rate, "FBWB_CLIMB_RATE", 2.0f),