Skip to content

Commit

Permalink
Fixes #194 (Typo in doc for setOpenInAppStore)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Oct 9, 2014
1 parent 31dd663 commit f2cce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appirater.h
Expand Up @@ -272,7 +272,7 @@ extern NSString *const kAppiraterReminderRequestDate;
+ (void)setUsesAnimation:(BOOL)animation;

/*!
If set to YES, Appirater will open App Store link (instead of SKStoreProductViewController on iOS 6). Default NO.
If set to YES, Appirater will open App Store link (instead of SKStoreProductViewController on iOS 6). Default YES.
*/
+ (void)setOpenInAppStore:(BOOL)openInAppStore;

Expand Down

0 comments on commit f2cce47

Please sign in to comment.