Fix argument key in comment

This commit is contained in:
Jesse Farless 2016-05-14 10:44:39 +02:00
parent e6090fff58
commit 665d9c7fbc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ In case of UITableView / UIScrollView, there is
extension UIScrollView {
public func rx_createDelegateProxy() -> RxScrollViewDelegateProxy {
return RxScrollViewDelegateProxy(view: self)
return RxScrollViewDelegateProxy(parentObject: self)
}
....