summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-03-07 11:55:05 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-03-07 11:55:05 -0800
commitd0e2c34f2116af8087d333bd90417e7a445649a5 (patch)
tree03cacacde1706b9cd4e3debbda862fb701ec9e51
parent49b9414984347aed02ab5b3cd398f73c576e4720 (diff)
downloadsdl_ios-d0e2c34f2116af8087d333bd90417e7a445649a5.tar.gz
Fixed typo in function declaration comment.feature/issue_553_improve_notifications
-rw-r--r--SmartDeviceLink/SDLRPCNotificationNotification.h2
-rw-r--r--SmartDeviceLink/SDLRPCResponseNotification.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLRPCNotificationNotification.h b/SmartDeviceLink/SDLRPCNotificationNotification.h
index a0f29ab5b..6b0060a9d 100644
--- a/SmartDeviceLink/SDLRPCNotificationNotification.h
+++ b/SmartDeviceLink/SDLRPCNotificationNotification.h
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Returns whether or not the containing notification is equal to a class, not including subclasses.
*
- * @param aClass the class your are questioning
+ * @param aClass the class you are questioning
*/
- (BOOL)isNotificationMemberOfClass:(Class)aClass;
diff --git a/SmartDeviceLink/SDLRPCResponseNotification.h b/SmartDeviceLink/SDLRPCResponseNotification.h
index 3dcdb487c..42647897e 100644
--- a/SmartDeviceLink/SDLRPCResponseNotification.h
+++ b/SmartDeviceLink/SDLRPCResponseNotification.h
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Returns whether or not the containing response is equal to a class, not including subclasses.
*
- * @param aClass the class your are questioning
+ * @param aClass the class you are questioning
*/
- (BOOL)isResponseMemberOfClass:(Class)aClass;