mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
Fix typo (#1399)
This commit is contained in:
parent
84e29f2688
commit
05191a3281
@ -135,7 +135,7 @@ The update expressions are:
|
||||
|
||||
``fetchedContract <- fetch IdOfContract``
|
||||
|
||||
:ref:`fetch <daml-ref-fetch-by-key>`
|
||||
:ref:`fetchByKey <daml-ref-fetch-by-key>`
|
||||
Like ``fetch``, but uses a :doc:`contract key </daml/reference/contract-keys>` rather than an ID.
|
||||
|
||||
``fetchedContract <- fetchByKey @ContractType contractKey``
|
||||
|
Loading…
Reference in New Issue
Block a user