=doc #19355 fix typo in docs
This commit is contained in:
parent
839828517e
commit
5258707855
1 changed files with 1 additions and 1 deletions
|
|
@ -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``:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue