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

@@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @param contentView UIView to add a (sized) node's view to.
*
* @param cellNode The cell node to be added.
* @param node The cell node to be added.
*/
- (void)configureContentView:(UIView *)contentView forCellNode:(ASCellNode *)node;