Skip to content

Commit d2941f4

Browse files
antegoakarnokd
authored andcommitted
Fix typo (#6003)
1 parent cedfc53 commit d2941f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ someSource.concatWith(s -> Single.just(2))
437437
Unfortunately, this approach doesn't work and the example does not print `2` at all. In fact, since version 2.1.10, it doesn't
438438
even compile because at least 4 `concatWith` overloads exist and the compiler finds the code above ambiguous.
439439

440-
The user in such situations probably wanted to defer some computation until the `sameSource` has completed, thus the correct
440+
The user in such situations probably wanted to defer some computation until the `someSource` has completed, thus the correct
441441
unambiguous operator should have been `defer`:
442442

443443
```java

0 commit comments

Comments
 (0)