From c77094386def6d4eafee6bc70fb44658e136062a Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 9 May 2017 13:50:19 +0200 Subject: [PATCH] Minor: fix markup issue in flow-state-machines.rst --- docs/source/flow-state-machines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/flow-state-machines.rst b/docs/source/flow-state-machines.rst index 0e099fc292..abe1afa90d 100644 --- a/docs/source/flow-state-machines.rst +++ b/docs/source/flow-state-machines.rst @@ -226,7 +226,7 @@ These will return a ``FlowProgressHandle``, which is just like a ``FlowHandle`` ``progress`` field. .. 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 -----------------------