Skip to content

Commit a336b2f

Browse files
hhanesandnlutsenko
authored andcommitted
update documentation in some places (#844)
1 parent 1a33549 commit a336b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/PFAnalytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

Parse/PFObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)