RxJavaFX icon indicating copy to clipboard operation
RxJavaFX copied to clipboard

A typo on Gitbook guide

Open riemannulus opened this issue 6 years ago • 0 comments

this one should be

.scan(String::length)
.reduce(0)...

not

.map(String::length)
.reduce(0)

here is url: https://thomasnield.gitbooks.io/rxjavafx-guide/content/2.%20RxJava%20Fundamentals.html#scan

and here is a screenshot

image

riemannulus avatar Sep 29 '19 15:09 riemannulus