From 54a09874404c24f21d7c0693486c33987b01359a Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:51:45 -0400 Subject: [PATCH] Correct xmldoc spelling error on WorkflowAttribute --- src/Temporalio/Workflows/WorkflowAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Temporalio/Workflows/WorkflowAttribute.cs b/src/Temporalio/Workflows/WorkflowAttribute.cs index 0baf5219..fdbd15e5 100644 --- a/src/Temporalio/Workflows/WorkflowAttribute.cs +++ b/src/Temporalio/Workflows/WorkflowAttribute.cs @@ -41,7 +41,7 @@ public WorkflowAttribute(string name) /// /// Gets or sets a value indicating whether the workflow is dynamic. If a workflow is - /// dynamic, it cannot by given a name in this attribute and the run method must an array of + /// dynamic, it cannot be given a name in this attribute and the run method must an array of /// . /// public bool Dynamic { get; set; }