[Modify] Edit it

This commit is contained in:
sta 2020-09-03 21:35:16 +09:00
parent 37e79ef5cb
commit 67e42bcbd9

View File

@ -175,8 +175,8 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Returns a value indicating whether the collection contains the specified
/// URI prefix.
/// Returns a value indicating whether the collection contains the
/// specified URI prefix.
/// </summary>
/// <returns>
/// <c>true</c> if the collection contains the URI prefix; otherwise,
@ -189,8 +189,8 @@ namespace WebSocketSharp.Net
/// <paramref name="uriPrefix"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ObjectDisposedException">
/// The <see cref="HttpListener"/> instance associated with this collection
/// is closed.
/// The <see cref="HttpListener"/> instance associated with this
/// collection is closed.
/// </exception>
public bool Contains (string uriPrefix)
{