Documentation update

This commit is contained in:
Roman Efimov
2013-07-15 12:03:16 -05:00
parent f5554781f4
commit be00786bd8

View File

@@ -259,7 +259,7 @@ NSUInteger REDeviceSystemMajorVersion();
/**
Replaces the section at index with `section`.
@param index The index of the section to be replaced. This value must not exceed the bounds of the sections array.
@param index The index of the section to be replaced. This value must not exceed the bounds of the table view sections.
@param section The section with which to replace the section at index `index` in the sections array. This value must not be `nil`.
*/
- (void)replaceSectionAtIndex:(NSUInteger)index withSection:(RETableViewSection *)section;