From 6487844ed5cc462e7fcd071a9770151cfe607a85 Mon Sep 17 00:00:00 2001 From: CaisManai <50658567+CaisManai@users.noreply.github.com> Date: Mon, 25 Nov 2019 14:44:05 +0000 Subject: [PATCH] Fixing small typo "Double-click the new contract file to open it" should read "Double-click the new flow file to open it" as we're now working on flows. --- docs/source/quickstart-build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickstart-build.rst b/docs/source/quickstart-build.rst index c1c449817b..df0cb68907 100644 --- a/docs/source/quickstart-build.rst +++ b/docs/source/quickstart-build.rst @@ -241,7 +241,7 @@ Step Four: Creating a flow import net.corda.core.transactions.SignedTransaction import net.corda.core.transactions.TransactionBuilder -5. Double-click the new contract file to open it. +5. Double-click the new flow file to open it. 6. Update the name of the ``Initiator`` class to ``CarIssueInitiator``.