From 4cc3ae68d359ec27f064ae9f5d8a1dc5184275de Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Wed, 14 Aug 2024 10:45:22 -0500 Subject: [PATCH] change comment --- src/Infrastructure/BotSharp.Abstraction/Agents/IAgentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Agents/IAgentService.cs b/src/Infrastructure/BotSharp.Abstraction/Agents/IAgentService.cs index 9b65b148..1fd7a38c 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Agents/IAgentService.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Agents/IAgentService.cs @@ -21,7 +21,7 @@ public interface IAgentService Task LoadAgent(string id); /// - /// Inherit from host agent + /// Inherit from an agent /// /// ///