File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ NS_ASSUME_NONNULL_BEGIN
142
142
store a data point at the time of invocation with the given event name. The
143
143
event will be sent at some unspecified time in the future, even if Parse is currently inaccessible.
144
144
145
- @discussionDimensions will allow segmentation of the occurrences of this custom event.
145
+ @discussion Dimensions will allow segmentation of the occurrences of this custom event.
146
146
Keys and values should be NSStrings, and will throw otherwise.
147
147
148
148
To track a user signup along with additional metadata, consider the following:
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
241
241
Adds the objects contained in another array to the array associated with a given key,
242
242
only adding elements which are not already present in the array.
243
243
244
- @dicsussion The position of the insert is not guaranteed.
244
+ @discussion The position of the insert is not guaranteed.
245
245
246
246
@param objects The array of objects to add.
247
247
@param key The key.
You can’t perform that action at this time.
0 commit comments