Fix typo in docs for multiparty agreement (#5011)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-03-16 12:08:05 +01:00 committed by GitHub
parent eb857d6dd3
commit 76c9ddfb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Pending contract
The *Pending* contract has a list of parties who have signed it, and a list of parties who have yet to sign it. If you add these lists together, it has to be the same set of parties as the ``signatories`` of the *Agreement* contract.
All of the ``toSign`` parties have the choice to ``Sign``. This choice checks that the party is indeed a member of ``toSign``, then creates a new instance of the *Pending* conract where they have been moved to the ``signed`` list.
All of the ``toSign`` parties have the choice to ``Sign``. This choice checks that the party is indeed a member of ``toSign``, then creates a new instance of the *Pending* contract where they have been moved to the ``signed`` list.
.. literalinclude:: daml/MultiplePartyAgreement.daml
:language: daml