Fix minor error in inline documentation

This commit is contained in:
Lukas Spieß
2016-01-23 00:07:24 +01:00
parent 0b36f0fe8b
commit e95fd415db

View File

@@ -59,7 +59,7 @@
The delegate is automatically set by using `[BITHockeyManager setDelegate:]`. You
should not need to set this delegate individually.
@see `[BITHockeyManager setDelegate:`]
@see [BITHockeyManager setDelegate:]
*/
@property (nonatomic, weak) id<BITFeedbackComposeViewControllerDelegate> delegate;