mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
Miscellaneous doc fixes (#3760)
* ENT-2298: CE Hello World Tutorial Page references Corda V1.0 Removed version number completely from text, I thought this made more sense than hardcoding a version which will almost immediately be out of date. * ENT-2302: Hello World Tutorial Page mismatch between code sample and explanatory text Updated text to proper method * ENT-2305: Java Instructions to Invoke Hello World CordApp fail Removed Java instructions
This commit is contained in:
@ -109,10 +109,6 @@ We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing:
|
||||
|
||||
.. container:: codeset
|
||||
|
||||
.. code-block:: java
|
||||
|
||||
start IOUFlow arg0: 99, arg1: "O=PartyB,L=New York,C=US"
|
||||
|
||||
.. code-block:: kotlin
|
||||
|
||||
start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"
|
||||
|
Reference in New Issue
Block a user