Skip to content

Update two documentation directives #844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Parse/PFAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ NS_ASSUME_NONNULL_BEGIN
store a data point at the time of invocation with the given event name. The
event will be sent at some unspecified time in the future, even if Parse is currently inaccessible.

@discussionDimensions will allow segmentation of the occurrences of this custom event.
@discussion Dimensions will allow segmentation of the occurrences of this custom event.
Keys and values should be NSStrings, and will throw otherwise.

To track a user signup along with additional metadata, consider the following:
Expand Down
2 changes: 1 addition & 1 deletion Parse/PFObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
Adds the objects contained in another array to the array associated with a given key,
only adding elements which are not already present in the array.

@dicsussion The position of the insert is not guaranteed.
@discussion The position of the insert is not guaranteed.

@param objects The array of objects to add.
@param key The key.
Expand Down