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 +}