Skip to content

Commit ba4d129

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent a5a17e2 commit ba4d129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/add-run-csharp-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Represents a workflow context.
509509

510510
Gets the result from a specific action in the workflow.
511511

512-
The asynchronous version uses the [**Task<TResult>** return type](/dotnet/api/system.threading.tasks.task-1), for example:
512+
The asynchronous version uses [**Task<>**](/dotnet/api/system.threading.tasks.task-1) as the return type, for example:
513513

514514
`Task<WorkflowOperationResult> GetActionResult(string actionName)`
515515

@@ -525,7 +525,7 @@ The asynchronous version returns a **`Task`** object that represents the async
525525

526526
Gets the result from the trigger in the workflow.
527527

528-
The asynchronous version uses the [**Task<TResult>** return type](/dotnet/api/system.threading.tasks.task-1), for example:
528+
The asynchronous version uses [**Task<>**](/dotnet/api/system.threading.tasks.task-1) as the return type, for example:
529529

530530
`Task<WorkflowOperationResult> RunTriggerResult()`
531531

0 commit comments

Comments
 (0)