[Modify] Edit it

This commit is contained in:
sta 2021-10-10 20:54:45 +09:00
parent 48dafac5a1
commit a7d0732c4d

View File

@ -560,7 +560,7 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Tries to get the host instance for a WebSocket service with
/// Tries to get the service host instance for a WebSocket service with
/// the specified path.
/// </summary>
/// <returns>
@ -582,7 +582,7 @@ namespace WebSocketSharp.Server
/// instance or <see langword="null"/> if not found.
/// </para>
/// <para>
/// The host instance provides the function to access
/// The service host instance provides the function to access
/// the information in the service.
/// </para>
/// </param>