Fixes docs for `rx_animating`.

This commit is contained in:
Krunoslav Zaher 2015-12-07 00:40:53 +01:00
parent 08e68c66e4
commit a6730acec2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import RxSwift
extension UIActivityIndicatorView {
/*
/**
Bindable sink for `startAnimating()`, `stopAnimating()` methods.
*/
public var rx_animating: AnyObserver<Bool> {