Updats documentation for `rx_controlEvents` to `rx_controlEvent`.
This commit is contained in:
parent
3561214733
commit
2722096b0a
|
|
@ -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<()> {}
|
||||
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue