Skip to content

Commit 0910a7e

Browse files
authored
docs: add missing backticks
1 parent e7447c9 commit 0910a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ private void OnMessage(DetailedResponse<MessageResponse> response, IBMError erro
402402
```
403403

404404
## Transaction IDs
405-
Every SDK call returns a response with a transaction ID in the X-Global-Transaction-Id header. Together the service instance region, this ID helps support teams troubleshoot issues from relevant logs.
405+
Every SDK call returns a response with a transaction ID in the `X-Global-Transaction-Id` header. Together the service instance region, this ID helps support teams troubleshoot issues from relevant logs.
406406

407407
```cs
408408
public void ExampleGetTransactionId()
@@ -424,7 +424,7 @@ public void ExampleGetTransactionId()
424424
}
425425
```
426426

427-
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace <my-unique-transaction-id> in the following example with a unique transaction ID.
427+
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace `<my-unique-transaction-id>` in the following example with a unique transaction ID.
428428

429429
```cs
430430
public void ExampleSetTransactionId()

0 commit comments

Comments
 (0)