Skip to content

Commit

Permalink
Update src/Analyzers/Functions/Orchestration/OtherBindingsOrchestrati…
Browse files Browse the repository at this point in the history
…onAnalyzer.cs

Co-authored-by: Varshitha Bachu <[email protected]>
  • Loading branch information
allantargino and bachuv authored May 6, 2024
1 parent 836b605 commit 67f6947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class OtherBindingsOrchestrationAnalyzer : OrchestrationAnalyzer<OtherBindingsOr
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [Rule];

/// <summary>
/// Visitor that inspects Durable Functions's method signatures for parameters binding other than OrchestrationTrigger.
/// Visitor that inspects Durable Functions' method signatures for parameters binding other than OrchestrationTrigger.
/// </summary>
public sealed class OtherBindingsOrchestrationOrchestrationVisitor : OrchestrationVisitor
{
Expand Down

0 comments on commit 67f6947

Please sign in to comment.