diff --git a/src/Analyzers/Functions/Orchestration/OtherBindingsOrchestrationAnalyzer.cs b/src/Analyzers/Functions/Orchestration/OtherBindingsOrchestrationAnalyzer.cs index 9092e25a..e13c8f1a 100644 --- a/src/Analyzers/Functions/Orchestration/OtherBindingsOrchestrationAnalyzer.cs +++ b/src/Analyzers/Functions/Orchestration/OtherBindingsOrchestrationAnalyzer.cs @@ -36,7 +36,7 @@ class OtherBindingsOrchestrationAnalyzer : OrchestrationAnalyzer SupportedDiagnostics => [Rule]; /// - /// 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. /// public sealed class OtherBindingsOrchestrationOrchestrationVisitor : OrchestrationVisitor {