From e11dfd577599aeed57671657b2f18df7a21d0245 Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:14:13 -0400 Subject: [PATCH] Correct xmldoc spelling error on WorkflowAttribute (#227) --- 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; }