We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
withLatestFrom
1 parent 04bcc5b commit eb08832Copy full SHA for eb08832
README.md
@@ -76,7 +76,7 @@ This section outlines some of the custom operators CombineExt provides.
76
77
### withLatestFrom
78
79
-Merges two publishers into a single publisher by combining each value from `self` with the _latest_ value from the second publisher, if any.
+Merges up to fours publishers into a single publisher by combining each value from `self` with the _latest_ value from the other publishers, if any.
80
81
```swift
82
let taps = PassthroughSubject<Void, Never>()
0 commit comments