Skip to content

Commit 6070567

Browse files
Merge pull request #50690 from zhiliangxu/patch-20
Fix Markdown syntax
2 parents b50274a + 07e80e7 commit 6070567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To invoke an operation on an entity, specify the:
3737
* **Entity ID** of the target entity.
3838
* **Operation name**, which is a string that specifies the operation to perform. For example, the `Counter` entity could support `add`, `get`, or `reset` operations.
3939
* **Operation input**, which is an optional input parameter for the operation. For example, the add operation can take an integer amount as the input.
40-
* **Scheduled time*, which is an optional parameter for specifying the delivery time of the operation. For example, an operation can be reliably scheduled to run several days in the future.
40+
* **Scheduled time**, which is an optional parameter for specifying the delivery time of the operation. For example, an operation can be reliably scheduled to run several days in the future.
4141

4242
Operations can return a result value or an error result, such as a JavaScript error or a .NET exception. This result or error can be observed by orchestrations that called the operation.
4343

0 commit comments

Comments
 (0)