summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-05 10:23:39 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-05 10:23:39 -0500
commit772bf2395f979562c41426f4dbe264bc41a3248b (patch)
tree12144dfc96b2b0e4dadd55ea03b95fc1ce56b988
parentcbae4acc19126cb7482b8f41b991b49b09f78893 (diff)
downloadsdl_ios-772bf2395f979562c41426f4dbe264bc41a3248b.tar.gz
Fixed documentation in `CloudAppProperties`
-rw-r--r--SmartDeviceLink/SDLCloudAppProperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLCloudAppProperties.h b/SmartDeviceLink/SDLCloudAppProperties.h
index 3e8bcfb0d..09fa7e02a 100644
--- a/SmartDeviceLink/SDLCloudAppProperties.h
+++ b/SmartDeviceLink/SDLCloudAppProperties.h
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLCloudAppProperties : SDLRPCStruct
/**
- * Convenience init for required properties.
+ * Convenience init forrequired parameters.
*
* @param appName The name of the cloud app
* @param appID The id of the cloud app
@@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithAppName:(NSString *)appName appID:(NSString *)appID NS_DESIGNATED_INITIALIZER;
/**
- * Convenience init for all properties.
+ * Convenience init for all parameters.
*
* @param appName The name of the cloud app
* @param appID The id of the cloud app