[docs] Fix minor typo in doc of exerciseByKey in TS. (#10863)

changelog_begin
changelog_end
This commit is contained in:
Artúr Poór 2021-09-14 14:30:50 +02:00 committed by GitHub
parent f7c07eaa0c
commit 49a9556e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ class Ledger {
* contract id.
*
* @param choice The choice to exercise.
* @param contractId The contract id of the contract to exercise.
* @param key The contract key of the contract to exercise.
* @param argument The choice arguments.
*
* @typeparam T The contract template type.