Skip to content

Commit 733cbbf

Browse files
committed
docz
1 parent 39e7b38 commit 733cbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ link:./src/main/java/ch/petikoch/examples/mvvm_rxjava/example8[]
228228
** "Fast producer, slow consumer" kind of problem
229229
* We need to think about backpressure
230230
** 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
231+
** Or we could drop the `LogRow` s which are "too much", keep up "full speed" and show only some of the `LogRow` s
232232
** The example uses dropping
233233

234234
image::example8.png[]

0 commit comments

Comments
 (0)