We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b346a97 + 06f6347 commit 7140b2eCopy full SHA for 7140b2e
Documentation/RxCheatsheet.md
@@ -45,7 +45,7 @@ Inspired by the [RxSwift to Combine cheatsheet](https://github.com/CombineCommun
45
46
## Operators
47
48
-| RxSwift | Combine | Notes |
+| RxSwift | ReactiveSwift | Notes |
49
|-----------------------|------------------------------------------|----------------------------------------------------------------------------------------------------------|
50
| amb() | flatten(.race) |
51
| asObservable() | ❌ | Not required in ReactiveSwift, although `Property.producer` and `Property.signal` are similar
0 commit comments