summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SmartDeviceLink/SDLGetVehicleDataResponse.h4
-rw-r--r--SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLGetVehicleDataResponse.h b/SmartDeviceLink/SDLGetVehicleDataResponse.h
index 56a07f833..240f9907b 100644
--- a/SmartDeviceLink/SDLGetVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLGetVehicleDataResponse.h
@@ -123,12 +123,12 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *engineTorque;
/**
- * @abstract Accelerator pedal position (percentage depressed).
+ * @abstract Accelerator pedal position (percentage depressed)
*/
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *accPedalPosition;
/**
- * @abstract Current angle of the steering wheel (in deg).
+ * @abstract Current angle of the steering wheel (in deg)
*/
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *steeringWheelAngle;
@property (nullable, strong, nonatomic) SDLECallInfo *eCallInfo;
diff --git a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
index c0bcab829..bced5894e 100644
--- a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
@@ -102,12 +102,12 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) SDLVehicleDataResult *engineTorque;
/**
- * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed).
+ * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed)
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *accPedalPosition;
/**
- * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg).
+ * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg)
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *steeringWheelAngle;
@property (strong, nonatomic, nullable) SDLVehicleDataResult *eCallInfo;