Skip to content

Commit

Permalink
Fixed typo in Introduction to DAML docs (Parties) (digital-asset#4064)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
anticlimactic authored and bame-da committed Jan 16, 2020
1 parent 5231bab commit 8f5e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/daml/intro/6_Parties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Use role contracts for ongoing authorization

Many actions, like the issuance of assets or their transfer, can be pre-agreed. You can represent this succinctly in DAML through relationship or role contracts.

Jointly, an ``owner`` and ``newOwner`` can transfer an asset, as demonstrated in the scenrario above. In :doc:`7_Composing`, you will see how to compose the ``ProposeTransfer`` and ``IouTransferProposal_Accept`` choices into a single new choice, but for now, here is a different way. You can give them the joint right to transfer an IOU:
Jointly, an ``owner`` and ``newOwner`` can transfer an asset, as demonstrated in the scenario above. In :doc:`7_Composing`, you will see how to compose the ``ProposeTransfer`` and ``IouTransferProposal_Accept`` choices into a single new choice, but for now, here is a different way. You can give them the joint right to transfer an IOU:

.. literalinclude:: daml/daml-intro-6/Parties.daml
:language: daml
Expand Down

0 comments on commit 8f5e974

Please sign in to comment.