Skip to content

Commit

Permalink
Added CHANGELOG entry for multi-drive and multi-emit
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Oct 6, 2020
1 parent c43d285 commit 3ee618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxCocoa/Common/Observable+Bind.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension ObservableType {
*/
public func bind<Observer: ObserverType>(to observers: Observer...) -> Disposable where Observer.Element == Element {
return self.subscribe { event in
observers.forEach { $0.on(event) }
observers.forEach { $0.on(event) }
}
}

Expand Down

0 comments on commit 3ee618b

Please sign in to comment.