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

@@ -173,7 +173,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Registers the given kind of supplementary node for use in creating node-backed supplementary views.
*
* @param kind The kind of supplementary node that will be requested through the data source.
* @param elementKind The kind of supplementary node that will be requested through the data source.
*
* @discussion Use this method to register support for the use of supplementary nodes in place of the default
* `registerClass:forSupplementaryViewOfKind:withReuseIdentifier:` and `registerNib:forSupplementaryViewOfKind:withReuseIdentifier:`