Fix docs typo in local-ledger.rst (#8825)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Shaul Kfir 2021-02-12 02:50:36 -05:00 committed by GitHub
parent ddde5f51f4
commit 94262e9f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Causality examples
A Daml Ledger need not totally order all transaction, unlike ledgers in the Daml Ledger Model.
The following examples illustrate these ordering guarantees of the Ledger API.
They are based the paint counteroffer workflow from the Daml Ledger Model's :ref:`privacy section <da-model-privacy>`,
They are based on the paint counteroffer workflow from the Daml Ledger Model's :ref:`privacy section <da-model-privacy>`,
ignoring the total ordering coming from the Daml Ledger Model.
Recall that :ref:`the party projections <da-paint-counteroffer-example>` are as follows.