=doc #19355 fix typo in docs

This commit is contained in:
Jakub Kozłowski 2016-01-05 18:17:06 +01:00
parent 839828517e
commit 5258707855

View file

@ -128,7 +128,7 @@ but if 2 or more ``Future``\s are involved ``map`` will not allow you to combine
.. includecode:: code/docs/future/FutureDocSpec.scala
:include: flat-map
Composing futures using nested combinators it can sometimes become quite complicated and hard read, in these cases using Scala's
Composing futures using nested combinators it can sometimes become quite complicated and hard to read, in these cases using Scala's
'for comprehensions' usually yields more readable code. See next section for examples.
If you need to do conditional propagation, you can use ``filter``: