File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
142142 store a data point at the time of invocation with the given event name. The
143143 event will be sent at some unspecified time in the future, even if Parse is currently inaccessible.
144144
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.
146146 Keys and values should be NSStrings, and will throw otherwise.
147147
148148 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
241241 Adds the objects contained in another array to the array associated with a given key,
242242 only adding elements which are not already present in the array.
243243
244- @dicsussion The position of the insert is not guaranteed.
244+ @discussion The position of the insert is not guaranteed.
245245
246246 @param objects The array of objects to add.
247247 @param key The key.
You can’t perform that action at this time.
0 commit comments