Typo in comment 'extensions' with an 's'

This commit is contained in:
Jesse Farless 2016-05-14 10:43:11 +02:00 committed by Krunoslav Zaher
parent a9135f1169
commit b4ce5629cc
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)
}