Minor: Correct class name in tutorial

Correct a reference to "Cash" in the tutorial, is actually "CommercialPaper"
This commit is contained in:
Ross Nicoll 2016-07-12 11:54:50 +01:00
parent 0d78df33f8
commit bb294da857

View File

@ -33,7 +33,7 @@ either ``CommercialPaper.kt`` or ``CommercialPaper.java`` in the src/contracts d
.. sourcecode:: java .. sourcecode:: java
public class Cash implements Contract { public class CommercialPaper implements Contract {
@Override @Override
public SecureHash getLegalContractReference() { public SecureHash getLegalContractReference() {
return SecureHash.Companion.sha256("https://en.wikipedia.org/wiki/Commercial_paper"); return SecureHash.Companion.sha256("https://en.wikipedia.org/wiki/Commercial_paper");