Fixed: typo in scrollRectToVisible: documentation

This commit is contained in:
daboe01
2014-08-31 13:48:34 +02:00
parent cb390325a6
commit d4f2d99a6b
+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
{