Skip to content

Commit eb08832

Browse files
author
jdisho
committed
Update withLatestFrom section in the README
1 parent 04bcc5b commit eb08832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This section outlines some of the custom operators CombineExt provides.
7676

7777
### withLatestFrom
7878

79-
Merges two publishers into a single publisher by combining each value from `self` with the _latest_ value from the second publisher, if any.
79+
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.
8080

8181
```swift
8282
let taps = PassthroughSubject<Void, Never>()

0 commit comments

Comments
 (0)