From e6090fff5872f36b8495af85518164a6282979f8 Mon Sep 17 00:00:00 2001 From: Jesse Farless Date: Sat, 14 May 2016 10:43:11 +0200 Subject: [PATCH] Typo in comment 'extensions' with an 's' --- RxCocoa/Common/DelegateProxyType.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa/Common/DelegateProxyType.swift b/RxCocoa/Common/DelegateProxyType.swift index ea38f8e9..0bc0bb04 100644 --- a/RxCocoa/Common/DelegateProxyType.swift +++ b/RxCocoa/Common/DelegateProxyType.swift @@ -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) }