summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCResponseNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCResponseNotification.h')
-rw-r--r--SmartDeviceLink/SDLRPCResponseNotification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLRPCResponseNotification.h b/SmartDeviceLink/SDLRPCResponseNotification.h
index 8d77dd767..4434f2a04 100644
--- a/SmartDeviceLink/SDLRPCResponseNotification.h
+++ b/SmartDeviceLink/SDLRPCResponseNotification.h
@@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLRPCResponseNotification : NSNotification
/**
- * The response within the userinfo dictionary
+ * The response to be included within the userinfo dictionary
*/
@property (copy, nonatomic, readonly) __kindof SDLRPCResponse *response;