diff options
author | MS <ms@taler.net> | 2020-10-20 17:20:55 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-20 17:20:55 +0200 |
commit | a802706edfaff4a35f71a7f5ec3448b6ec8cfe9f (patch) | |
tree | 950b8841a98d999480a76b2babfaf5f046206768 /src | |
parent | d1db3b3ca4e5c72c721508dc113eeb87740b48dd (diff) |
avoid angle brackets in comments
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/testing_api_cmd_merchant_get_order.c | 2 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_wallet_get_order.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index 56162b2d..55a54532 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -784,7 +784,7 @@ struct MerchantPollOrderStartState /** - * Task called when either the timeout for the GET /private/order/<ID> command + * Task called when either the timeout for the GET /private/order/$ID command * expired or we got a response. Checks if the result is what we expected. * * @param cls a `struct MerchantPollOrderConcludeState` diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c index a424e4a7..3cdba5ff 100644 --- a/src/testing/testing_api_cmd_wallet_get_order.c +++ b/src/testing/testing_api_cmd_wallet_get_order.c @@ -428,7 +428,7 @@ struct WalletPollOrderStartState /** - * Task called when either the timeout for the GET /private/order/<ID> command + * Task called when either the timeout for the GET /private/order/$ID command * expired or we got a response. Checks if the result is what we expected. * * @param cls a `struct WalletPollOrderConcludeState` |