From 07e3ff502f620d5201a29cf12f686b50cd1cb17c Mon Sep 17 00:00:00 2001 From: PyPie Date: Mon, 30 Apr 2018 18:24:14 +0530 Subject: [PATCH] DOCS - A typo fix. Line 108 Was: We want to create an IOU of 100 with PartyB. We start the ``IOUFlow`` by typing: Should be We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing: --- docs/source/hello-world-running.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/hello-world-running.rst b/docs/source/hello-world-running.rst index 765c936c22..5c936f9b30 100644 --- a/docs/source/hello-world-running.rst +++ b/docs/source/hello-world-running.rst @@ -105,7 +105,7 @@ commands. .. note:: Local terminal shell is available only in a development mode. In production environment SSH server can be enabled. More about SSH and how to connect can be found on the :doc:`shell` page. -We want to create an IOU of 100 with PartyB. We start the ``IOUFlow`` by typing: +We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing: .. container:: codeset @@ -188,4 +188,4 @@ There are a number of improvements we could make to this CorDapp: * We could add an API, to make it easier to interact with the CorDapp But for now, the biggest priority is to add an ``IOUContract`` imposing constraints on the evolution of each -``IOUState`` over time. This will be the focus of our next tutorial. \ No newline at end of file +``IOUState`` over time. This will be the focus of our next tutorial.