From 96de182dd33bae2f5ed4d9b1831f27be195379ab Mon Sep 17 00:00:00 2001 From: Denis Lebedev Date: Mon, 18 Apr 2016 22:45:21 +0100 Subject: [PATCH] Rename outdated class name --- RxCocoa/Common/CocoaUnits/UIBindingObserver.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCocoa/Common/CocoaUnits/UIBindingObserver.swift b/RxCocoa/Common/CocoaUnits/UIBindingObserver.swift index b5a29edc..8595a691 100644 --- a/RxCocoa/Common/CocoaUnits/UIBindingObserver.swift +++ b/RxCocoa/Common/CocoaUnits/UIBindingObserver.swift @@ -16,7 +16,7 @@ Observer that enforces interface binding rules: * can't bind errors (in debug builds binding of errors causes `fatalError` in release builds errors are being logged) * ensures binding is performed on main thread -`InterfaceBindingObserver` doesn't retain target interface and in case owned interface element is released, element isn't bound. +`UIBindingObserver` doesn't retain target interface and in case owned interface element is released, element isn't bound. */ public class UIBindingObserver : ObserverType { public typealias E = Value @@ -59,4 +59,4 @@ public class UIBindingObserver AnyObserver { return AnyObserver(eventHandler: on) } -} \ No newline at end of file +}