Skip to content

Commit

Permalink
Correct xmldoc spelling error on WorkflowAttribute (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson committed Apr 21, 2024
1 parent 1573d3a commit e11dfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Temporalio/Workflows/WorkflowAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public WorkflowAttribute(string name)

/// <summary>
/// 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
/// <see cref="Converters.IRawValue" />.
/// </summary>
public bool Dynamic { get; set; }
Expand Down

0 comments on commit e11dfd5

Please sign in to comment.