Merge pull request #19356 from kubukoz/patch-1

=doc #19355 fix typo in docs
This commit is contained in:
Konrad Malawski 2016-01-05 18:42:44 +01:00
commit b984e7d06c

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 .. includecode:: code/docs/future/FutureDocSpec.scala
:include: flat-map :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. 'for comprehensions' usually yields more readable code. See next section for examples.
If you need to do conditional propagation, you can use ``filter``: If you need to do conditional propagation, you can use ``filter``: