Correct a few documentation comments for method parameters

This commit is contained in:
Eric Jensen
2016-03-07 16:52:34 -08:00
parent 5c28bb8e21
commit 86ccd33a84
12 changed files with 18 additions and 20 deletions

View File

@@ -122,7 +122,7 @@ typedef NS_OPTIONS(NSUInteger, ASControlState) {
/**
Class method to enable a visualization overlay of the tapable area on the ASControlNode. For app debugging purposes only.
@param enabled Specify YES to make this debug feature enabled when messaging the ASControlNode class.
@param enable Specify YES to make this debug feature enabled when messaging the ASControlNode class.
*/
+ (void)setEnableHitTestDebug:(BOOL)enable;
@end