Merge pull request #2184 from daboe01/patch-1

Fixed: typo in scrollRectToVisible: documentation
This commit is contained in:
Antoine Mercadal
2014-09-04 13:56:26 -07:00
+1 -1
View File
@@ -2558,7 +2558,7 @@ setBoundsOrigin:
/*!
Scrolls the nearest ancestor CPClipView a minimum amount so \c aRect can become visible.
@param aRect the area to become visible
@return <codeYES if any scrolling occurred, \c NO otherwise.
@return \c YES if any scrolling occurred, \c NO otherwise.
*/
- (BOOL)scrollRectToVisible:(CGRect)aRect
{