[Modify] Edit it

This commit is contained in:
sta 2021-03-29 17:31:29 +09:00
parent 054e3ef03e
commit ad5f5aeb0c

View File

@ -743,7 +743,8 @@ namespace WebSocketSharp.Net
/// Gets an incoming request.
/// </summary>
/// <remarks>
/// This method waits for an incoming request, and returns when a request is received.
/// This method waits for an incoming request and returns when a request is
/// received.
/// </remarks>
/// <returns>
/// A <see cref="HttpListenerContext"/> that represents a request.
@ -756,7 +757,7 @@ namespace WebSocketSharp.Net
/// -or-
/// </para>
/// <para>
/// This listener hasn't been started, or is currently stopped.
/// This listener has not been started or is currently stopped.
/// </para>
/// </exception>
/// <exception cref="ObjectDisposedException">