Minor: fix markup issue in flow-state-machines.rst

This commit is contained in:
Mike Hearn 2017-05-09 13:50:19 +02:00
parent 60b1f9b0b2
commit c77094386d

View File

@ -226,7 +226,7 @@ These will return a ``FlowProgressHandle``, which is just like a ``FlowHandle``
``progress`` field. ``progress`` field.
.. note:: The developer `must` then either subscribe to this ``progress`` observable or invoke the ``notUsed()`` extension .. note:: The developer `must` then either subscribe to this ``progress`` observable or invoke the ``notUsed()`` extension
function for it. Otherwise the unused observable will waste resources back in the node. function for it. Otherwise the unused observable will waste resources back in the node.
Implementing the seller Implementing the seller
----------------------- -----------------------