Skip to content

Commit

Permalink
Fix typos in a "Developing Applications" doc
Browse files Browse the repository at this point in the history
This patch fixes typos in the "Developing Applications >> Application design
elements >> Chaincode namespace" document.

The `redeem`, `buy`, and `sell` transactions in this example do not
create a commercial paper or a bond, but update the properties.

Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>
(cherry picked from commit c57a0fb)
  • Loading branch information
shimos authored and mergify[bot] committed Feb 11, 2021
1 parent 358cba7 commit 684e255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/developapps/chaincodenamespace.md
Expand Up @@ -182,18 +182,18 @@ See how the application:

* Submits a `redeem` transaction to the network for commercial paper `PAP21`
using the `yenPaper` contract. See interaction point **2a**. This results in
the creation of a commercial paper represented by state `PAP21` in `world
the redemption of a commercial paper represented by state `PAP21` in `world
state A`; interaction point **2b**. This operation is captured as a
transaction in the blockchain at interaction point **2c**.

* Submits a `buy` transaction to the network for bond `BON31` using the
`euroBond` contract. See interaction point **3a**. This results in the
creation of a bond represented by state `BON31` in `world state B`;
update of a bond represented by state `BON31` in `world state B`;
interaction point **3b**. This operation is captured as a transaction in the
blockchain at interaction point **3c**.

* Submits a `sell` transaction to the network for bond `BON41` using the
`yenBond` contract. See interaction point **4a**. This results in the creation
`yenBond` contract. See interaction point **4a**. This results in the update
of a bond represented by state `BON41` in `world state B`; interaction point
**4b**. This operation is captured as a transaction in the blockchain at
interaction point **4c**.
Expand Down

0 comments on commit 684e255

Please sign in to comment.