Typo in comment 'extensions' with an 's'

This commit is contained in:
Jesse Farless 2016-05-14 10:43:11 +02:00
parent 4c23f61b81
commit e6090fff58
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}