diff --git a/Documentation/API.md b/Documentation/API.md index 4a4b2dd2..12cb35f3 100644 --- a/Documentation/API.md +++ b/Documentation/API.md @@ -208,7 +208,7 @@ extension CLLocationManager { extension UIControl { - public func rx_controlEvents(controlEvents: UIControlEvents) -> ControlEvent {} + public func rx_controlEvent(controlEvents: UIControlEvents) -> ControlEvent {} public var rx_enabled: ObserverOf {} } @@ -418,7 +418,7 @@ extension UIActivityIndicatorView { ```swift extension NSControl { - public var rx_controlEvents: ControlEvent<()> {} + public var rx_controlEvent: ControlEvent<()> {} } ```