Skip to content

Commit b8d32fc

Browse files
committed
Improved phrasing
1 parent c646a54 commit b8d32fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Part 3 - Taming the sequence/7. Custom operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ There are a few things to consider when doing manual pushes to subscribers
251251

252252
### serialize
253253

254-
If you can't guarantee that your operator will obey the Rx contract, for example because pushes are asynchronous, you can use the `serialize` operator. The `serialize` operator will turn an unreliable observable into a lawful, sequential observable.
254+
If you can't guarantee that your operator will obey the Rx contract, for example because you push asynchronously, you can use the `serialize` operator. The `serialize` operator will turn an unreliable observable into a lawful, sequential observable.
255255

256256
![](https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/synchronize.png)
257257

0 commit comments

Comments
 (0)