ReactiveX / RxJavaFX

RxJava bindings for JavaFX
Apache License 2.0
519 stars 67 forks source link

A typo on Gitbook guide #90

Open riemannulus opened 5 years ago

riemannulus commented 5 years ago

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