Apply PR suggestion

Signed-off-by: Chris Gillum <cgillum@microsoft.com>
This commit is contained in:
Chris Gillum 2023-02-06 10:24:24 -08:00
parent be9af3b979
commit f004977370
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public override async Task<object> RunAsync(WorkflowContext context, MyEntitySta
}
```
Note that this example assumes you have a predefined `MyEntityState` class with a boolean `IsHealthy` property.
> This example assumes you have a predefined `MyEntityState` class with a boolean `IsHealthy` property.
{{% /codetab %}}