Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 375413a

Browse files
committed
Fixes up the documentation to pass lint validation
1 parent 38f740e commit 375413a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Iterable-iOS-SDK/IterableAPI.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,9 @@ - (void)addEmailOrUserIdToDictionary:(NSMutableDictionary *) mutableDictionary
978978
979979
@abstract Helper function to add a kvp to a dictionary
980980
981-
@param callbackBlock Callback ITEActionBlock
981+
@param mutableDictionary The dictionary to add to
982+
@param key The key to add
983+
@param value The value to add
982984
983985
*/
984986
- (void)tryAddValueToMutableDictionary:(NSMutableDictionary *)mutableDictionary key:(NSString *)key value:(NSObject *)value

0 commit comments

Comments
 (0)