Updats documentation for `rx_controlEvents` to `rx_controlEvent`.

This commit is contained in:
Krunoslav Zaher 2015-12-29 17:35:18 +01:00
parent 3561214733
commit 2722096b0a
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ extension CLLocationManager {
extension UIControl {
public func rx_controlEvents(controlEvents: UIControlEvents) -> ControlEvent<Void> {}
public func rx_controlEvent(controlEvents: UIControlEvents) -> ControlEvent<Void> {}
public var rx_enabled: ObserverOf<Bool> {}
}
@ -418,7 +418,7 @@ extension UIActivityIndicatorView {
```swift
extension NSControl {
public var rx_controlEvents: ControlEvent<()> {}
public var rx_controlEvent: ControlEvent<()> {}
}
```