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.
1 parent 39e7b38 commit 733cbbfCopy full SHA for 733cbbf
README.adoc
@@ -228,7 +228,7 @@ link:./src/main/java/ch/petikoch/examples/mvvm_rxjava/example8[]
228
** "Fast producer, slow consumer" kind of problem
229
* We need to think about backpressure
230
** We could slow down the `LogRow` production (blocking backpressure)
231
-** Or we could drop the ones which are "too much", keep up "full speed" and show only some of the `LogRow` s
+** Or we could drop the `LogRow` s which are "too much", keep up "full speed" and show only some of the `LogRow` s
232
** The example uses dropping
233
234
image::example8.png[]
0 commit comments