Typo in comment 'extensions' with an 's'
This commit is contained in:
parent
4c23f61b81
commit
e6090fff58
|
|
@ -68,7 +68,7 @@ every view has a corresponding delegate virtual factory method.
|
|||
|
||||
In case of UITableView / UIScrollView, there is
|
||||
|
||||
extensions UIScrollView {
|
||||
extension UIScrollView {
|
||||
public func rx_createDelegateProxy() -> RxScrollViewDelegateProxy {
|
||||
return RxScrollViewDelegateProxy(view: self)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue