Skip to content

Commit 33da9c8

Browse files
yodagamaheshanfreak4pc
authored andcommittedFeb 11, 2021
add the current name for BindableObject
BindableObject was renamed to ObservableObject
1 parent eee5c9c commit 33da9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
2727
| ConnectableObservableType | ConnectablePublisher | |
2828
| Disposable | Cancellable | |
2929
| DisposeBag | A collection of AnyCancellables | Call anyCancellable.store(in: &collection), where collection can be an array, a set, or any other RangeReplaceableCollection |
30-
| Driver | BindableObject (SwiftUI) | Both guarantee no failure, but Driver guarantees delivery on Main Thread. In Combine, SwiftUI recreates the entire view hierarachy on the Main Thread, instead. |
30+
| Driver | ObservableObject | Both guarantee no failure, but Driver guarantees delivery on Main Thread. In Combine, SwiftUI recreates the entire view hierarachy on the Main Thread, instead. |
3131
| Maybe | Publishers.Optional | |
3232
| Observable | Publisher | |
3333
| Observer | Subscriber | |
@@ -122,4 +122,4 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
122122
# Contributing
123123
Add any data/operators to the appropriate CSV files in the **Data** folder, run `bundle install` and `generate.rb`.
124124

125-
Finally, commit the changes and submit a Pull Request.
125+
Finally, commit the changes and submit a Pull Request.

0 commit comments

Comments
 (0)
Failed to load comments.