Skip to content

Commit

Permalink
Change comment describing FBNativeDialogResultError to more accuratel…
Browse files Browse the repository at this point in the history
…y describe its usage.

Summary:
Change comment describing FBNativeDialogResultError to more accurately describe
its usage.

Test Plan:
n/a

Revert Plan:
n/a

Reviewers: jacl, clang

Reviewed By: jacl

Differential Revision: https://phabricator.fb.com/D588893
  • Loading branch information
chrisp-fb committed Oct 2, 2012
1 parent 95f1279 commit f48bf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FBNativeDialogs.h
Expand Up @@ -30,7 +30,7 @@ typedef enum {
FBNativeDialogResultSucceeded,
/*! Indicates that the dialog action was cancelled (either by the user or the system). */
FBNativeDialogResultCancelled,
/*! Indicates that the dialog action resulted in an error. */
/*! Indicates that the dialog could not be shown (because not on ios6 or ios6 auth was not used). */
FBNativeDialogResultError
} FBNativeDialogResult;

Expand Down

0 comments on commit f48bf4d

Please sign in to comment.