change comment

This commit is contained in:
Jicheng Lu 2024-08-14 10:45:22 -05:00
parent d631c3cf8f
commit 4cc3ae68d3

View file

@ -21,7 +21,7 @@ public interface IAgentService
Task<Agent> LoadAgent(string id);
/// <summary>
/// Inherit from host agent
/// Inherit from an agent
/// </summary>
/// <param name="agent"></param>
/// <returns></returns>